OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 19:06:34 +0000 (19:06 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/ChannelInputStream.java: New file.
* java/nio/channels/Channels.java (newInputStream): Implemented.
* java/nio/channels/FileChannelImpl.java
(readImpl): Only put data into buffer if something was read.
* Makefile.am (ordinary_java_source_files):
Added gnu/java/nio/ChannelInputStream.java.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74842 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 19 Dec 2003 18:14:22 +0000 (18:14 +0000)]
2003-12-19  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (num_get::_M_extract_int,
num_get::_M_extract_float): According to 22.2.2.1.2, p8-9,
first look for decimal_point and thousands_sep.
* testsuite/22_locale/num_get/get/char/11.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74841 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 16:31:59 +0000 (16:31 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/OutputStreamChannel.java: New file.
* java/nio/channels/Channels.java (newChannel): Implemented.
* Makefile.am (ordinary_java_source_files):
Added gnu/java/nio/OutputStreamChannel.java.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74840 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 15:28:00 +0000 (15:28 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* Makefile.am (ordinary_java_source_files):
Added gnu.java.nio.InputStreamChannel.
* Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74839 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 15:22:33 +0000 (15:22 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/InputStreamChannel.java: New file.
* java/nio/channels/Channels.java (newChannel): Implemented.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74838 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * include/fibheap.h (fibnode): Use __extension__ for
kazu [Fri, 19 Dec 2003 14:37:36 +0000 (14:37 +0000)]
* include/fibheap.h (fibnode): Use __extension__ for
bit-fields mark and degree if __GNUC__.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74836 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/ia64/unwind-ia64.c (ia64_copy_rbs): New function.
jakub [Fri, 19 Dec 2003 14:00:53 +0000 (14:00 +0000)]
* config/ia64/unwind-ia64.c (ia64_copy_rbs): New function.
(unw_access_gr): Only call ia64_rse_rnat_addr if addr is above
regstk_top.
(uw_frame_state_for): Handle locations inside bundles.
(uw_init_context_1): Initialize context->rnat.
Set context->regstk_top to lowest rbs address which has nat collection
in context->rnat.
(uw_install_context): Fix rnat restoring.
Restore ar.rsc to previous state.
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR,
MD_HANDLE_UNWABI): Handle unwinding through SA_ONSTACK frames.

* gcc.dg/cleanup-10.c: New test.
* gcc.dg/cleanup-11.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74835 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/13239
jakub [Fri, 19 Dec 2003 13:39:05 +0000 (13:39 +0000)]
PR c++/13239
* builtins.c (expand_builtin_expect_jump): Update
TREE_VALUE (arglist) if unsave_expr_now langhook
created a new tree.

* g++.dg/opt/expect1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74832 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 11:01:05 +0000 (11:01 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* java/util/SimpleTimeZone.java
(setStartRule): Reformated documentation.
(setEndRule): Reworked documentation.
(getDSTSavings): Fixed @since tag.
(setDSTSavings): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74831 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 10:00:02 +0000 (10:00 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* java/text/NumberFormat.java: Sorted imports.
(getCurrency): New method.
(setCurrency): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74830 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago* arm.c (thumb_base_register_rtx_p): Use regno in comparison against
rearnsha [Fri, 19 Dec 2003 09:59:32 +0000 (09:59 +0000)]
* arm.c (thumb_base_register_rtx_p): Use regno in comparison against
FIRST_PSEUDO_REGISTER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74829 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 09:53:06 +0000 (09:53 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* java/text/MessageFormat.java
(MessageFormat): New constructor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74828 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 19 Dec 2003 09:48:28 +0000 (09:48 +0000)]
2003-12-19  Michael Koch  <konqueror@gmx.de>

* gnu/java/net/protocol/jar/Handler.java
(parseURL): New method.
(toExternalForm): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74827 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 19 Dec 2003 09:35:24 +0000 (09:35 +0000)]
2003-12-19  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (num_get::_M_extract_float):
When __found_sci becomes true stop eating thousands separators
and the decimal radix separator.
* testsuite/22_locale/num_get/get/char/9.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise.

* config/locale/generic/c_locale.cc (__convert_to_v): Don't
check that *__sanity == '\0': parsing may stop earlier, still
be successful.
* config/locale/gnu/c_locale.cc: Likewise.
* testsuite/22_locale/num_get/get/char/10.cc: New.
* testsuite/22_locale/num_get/get/wchar_t/10.cc: Likewise.
* testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc:
Tweak in one place accordingly.

* testsuite/22_locale/money_get/get/char/1.cc: Fix typo.
* testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74826 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
hpenner [Fri, 19 Dec 2003 07:52:00 +0000 (07:52 +0000)]
    * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74823 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gcc/config/rs6000/rs6000.c (USE_ALTIVEC_FOR_ARG_P): Don't check
hpenner [Fri, 19 Dec 2003 07:50:22 +0000 (07:50 +0000)]
  * gcc/config/rs6000/rs6000.c (USE_ALTIVEC_FOR_ARG_P): Don't check
      for SVR4 ABI.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74822 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/rs6000/aix.h (OS_MISSING_POWERPC64): Define.
geoffk [Fri, 19 Dec 2003 06:28:24 +0000 (06:28 +0000)]
* config/rs6000/aix.h (OS_MISSING_POWERPC64): Define.
(OS_MISSING_ALTIVEC): Define.
* config/rs6000/darwin.h (ASM_SPEC): Be generous about supplying
-force_cpusubtype_ALL.
* config/rs6000/rs6000.c (rs6000_override_options): Rearrange
CPU information table; now always set all CPU-specific values.
Also, use Altivec and powerpc64 when chip and OS supports them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74820 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * fixinc/inclhack.def (darwin_macho_dyldh): New.
geoffk [Fri, 19 Dec 2003 06:19:26 +0000 (06:19 +0000)]
* fixinc/inclhack.def (darwin_macho_dyldh): New.
* fixinc/fixincl.x: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74819 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Fri, 19 Dec 2003 05:50:14 +0000 (05:50 +0000)]
2003-12-19  Andreas Tobler  <a.tobler@schweiz.ch>

* gcc_update (files_and_dependencies): For libjava/libltdl directory,
remove acconfig.h. No longer used.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74818 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * include/fibheap.h (fibnode): Use unsigned long int for
kazu [Fri, 19 Dec 2003 03:17:40 +0000 (03:17 +0000)]
* include/fibheap.h (fibnode): Use unsigned long int for
bit-fields if __GNUC__ is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74817 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Fernando Nasser <fnasser@redhat.com>
fnasser [Fri, 19 Dec 2003 02:53:36 +0000 (02:53 +0000)]
2003-12-18  Fernando Nasser  <fnasser@redhat.com>

        * java/awt/List.java (replaceItem): Prevent selection to move with
        replace and minimize flickering.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74814 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Fri, 19 Dec 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74811 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoChange version number from 3.4 -> 3.4.0
kcook [Thu, 18 Dec 2003 22:50:48 +0000 (22:50 +0000)]
Change version number from 3.4 -> 3.4.0

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74809 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocontrib/
kcook [Thu, 18 Dec 2003 22:40:38 +0000 (22:40 +0000)]
contrib/
2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>

* gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
gcc/ada/gnat_ug_* to use it.

gcc/ada/
2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>

* stamp-xgnatug: New stamp file.
* Make-lang.in (stamp-xgnatug):  New stamp file and comment.
(ada/doctools/xgnatug): Add $(build_exeext).
(ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74808 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR debug/12923
pinskia [Thu, 18 Dec 2003 22:19:11 +0000 (22:19 +0000)]
PR debug/12923
* gcc.dg/20031218-1.c: New test.

PR debug/12389
* gcc.dg/20031218-2.c: New test.
* gcc.dg/20031218-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74807 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * genrecog.c (print_host_wide_int): New.
rth [Thu, 18 Dec 2003 22:10:06 +0000 (22:10 +0000)]
    * genrecog.c (print_host_wide_int): New.
        (write_switch, write_cond): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74806 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 18 Dec 2003 22:03:44 +0000 (22:03 +0000)]
2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
        of label name and allow for USER_LABEL_PREFIX == "_" names.
        * g++.dg/abi/mangle18-2.C: Likewise.
        * g++.dg/abi/mangle19-1.C: Likewise.
        * g++.dg/abi/mangle19-2.C: Likewise.
        * g++.dg/abi/mangle20-1.C: Likewise.
        * g++.dg/abi/mangle20-2.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74805 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agonote that in-out operands should only be used with register constraints
jason [Thu, 18 Dec 2003 21:27:03 +0000 (21:27 +0000)]
note that in-out operands should only be used with register constraints

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74802 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 18 Dec 2003 21:23:47 +0000 (21:23 +0000)]
2003-12-18  Michael Koch  <konqueror@gmx.de>

* libltdl/ltdl.c: Define __private_extern__ if needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74801 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 18 Dec 2003 21:18:36 +0000 (21:18 +0000)]
2003-12-18  Michael Koch  <konqueror@gmx.de>

* libltdl/.cvsignore: Ignore autom4te.cache
* libltdl/Makefile.in: Regenerated.
* libltdl/aclocal.m4: Regenerated.
* libltdl/acconfig.h: Removed (obsolete).
* libltdl/config-h.in: Regenerated.
* libltdl/configure.ac: Added AM_MAINTAINER_MODE.
* libltdl/configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74800 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/12253
jason [Thu, 18 Dec 2003 21:03:42 +0000 (21:03 +0000)]
    PR c++/12253
        * init.c (build_vec_init): Initialization of an element from
        an initializer list is also a full-expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74798 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * c-decl.c (check_bitfield_type_and_width): Remove enum special
rth [Thu, 18 Dec 2003 21:03:24 +0000 (21:03 +0000)]
    * c-decl.c (check_bitfield_type_and_width): Remove enum special
        case suppression of pedwarn.
        * system.h (ENUM_BITFIELD): Use __extension__.
        (CHAR_BITFIELD): Likewise.
cp/
        * cp-tree.h (struct lang_type_header): Remove __extension__.
testsuite/
        * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74797 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 18 Dec 2003 20:23:48 +0000 (20:23 +0000)]
2003-12-18  Michael Koch  <konqueror@gmx.de>

* mauve-libgcj: Removed the disabling of java.text.ACIAttribute and
java.text.CollationElementIterator tests as they compile again.
* testsuite/libjava.mauve/xfails: Added failing
java.text.CollationElementIterator tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74796 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 18 Dec 2003 20:23:04 +0000 (20:23 +0000)]
2003-12-18  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_list.h: Formatting tweaks.
* include/bits/list.tcc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74795 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/s390/s390.md (UNSPEC_SRST): New constant.
uweigand [Thu, 18 Dec 2003 20:22:30 +0000 (20:22 +0000)]
* config/s390/s390.md (UNSPEC_SRST): New constant.
("strlendi", "strlensi"): New expanders.
("*strlendi", "*strlensi"): New insns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74794 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/sol2.h (LINK_ARCH32_SPEC): Define in terms of ...
mmitchel [Thu, 18 Dec 2003 20:13:51 +0000 (20:13 +0000)]
* config/sol2.h (LINK_ARCH32_SPEC): Define in terms of ...
(LINK_ARCH32_SPEC_BASE): ... this new macro.
* config/sparc/sol2-bi.h (LINK_ARCH64_SPEC): Define in terms of
...
(LINK_ARCH64_SPEC_BASE): ... this new macro.
* config/sparc/sol2-gld-bi.h (LINK_ARCH32_SPEC): New macro.
(LINK_ARCH64_SPEC): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74793 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR middle-end/13234
jason [Thu, 18 Dec 2003 20:09:40 +0000 (20:09 +0000)]
    PR middle-end/13234
        * tree-dump.c (dequeue_and_dump): Handle 'r' and 's' code
        classes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74791 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/12253
jason [Thu, 18 Dec 2003 19:53:10 +0000 (19:53 +0000)]
    PR c++/12253
        * init.c (build_vec_init): Initialization of an element from
        an initializer list is also a full-expression.

        * parser.c, pt.c, semantics.c: Rename constant_expression_p
        to integral_constant_expression_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74790 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR other/12009
steven [Thu, 18 Dec 2003 19:39:57 +0000 (19:39 +0000)]
PR other/12009
* g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
testing a cross compiler, it causes spurious compile failures.
* lib/g++.exp: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74789 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * include/bits/demangle.h: Fix allocator type correctness,
austern [Thu, 18 Dec 2003 18:35:38 +0000 (18:35 +0000)]
* include/bits/demangle.h: Fix allocator type correctness,
i.e. make sure that when we instantiate a container with a value
type and an allocator, the allocator's value type matches the
container's.
* include/bits/stl_deque.h (_Deque_alloc_base): Eliminate.
(_Deque_base): inherit directly from the deque's allocator.  Use
rebinding instead of _Alloc_traits.  Pick up data members from
_Deque_alloc_base.
* include/bits/stl_list.h (_List_alloc_base): Eliminate.
(_List_base): Inherit directly from the list's allocator.  Use
rebinding instead of _Alloc_traits.  Pick up data members from
_List_alloc_base.
* include/bits/stl_vector.h (_Vector_alloc_base): Eliminate
(_Vector_base): Inherit directly from the vector's allocator.  Use
rebinding instead of _Alloc_traits.  Pick up data members from
_Vector_alloc_base.
* include/ext/hashtable.h: Fix allocator type correctness (the
vector of buckets must be passed an allocator for objects of
type _Node*).  Use rebinding instead of _Alloc_traits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74787 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * Makefile.in (tracer.o, bb-reorder.o): Depend on timevar.h
steven [Thu, 18 Dec 2003 17:07:24 +0000 (17:07 +0000)]
* Makefile.in (tracer.o, bb-reorder.o): Depend on timevar.h
* toplev.c (rest_of_handle_reorder_blocks, rest_of_handle_tracer):
Don't push and pop TV_REORDER_BLOCKS timevars, do it...
* bb-reorder.c (reorder_basic_blocks): ...here, and...
* tracer.c (tracer): here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74786 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 18 Dec 2003 16:48:33 +0000 (16:48 +0000)]
2003-12-18  Michael Koch  <konqueror@gmx.de>

* java/util/prefs/AbstractPreferences.java
(cachedChildren): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74785 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-18 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 18 Dec 2003 16:43:02 +0000 (16:43 +0000)]
2003-12-18  Michael Koch  <konqueror@gmx.de>

* java/util/TimeZone.java (getOffset): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74784 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/13262
lerdsuwa [Thu, 18 Dec 2003 14:14:48 +0000 (14:14 +0000)]
PR c++/13262
* pt.c (instantiate_decl): Wrap push_nested_class and
pop_nested_class around cp_finish_decl call for static member
variable.

* g++.dg/template/access13.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74780 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoChangeLog:
uweigand [Thu, 18 Dec 2003 12:15:37 +0000 (12:15 +0000)]
ChangeLog:
* loop.c (move_movables): Handle combination of m->consec,
m->move_insn_first, and m->insert_temp all nonzero correctly.
testsuite/ChangeLog:
* gcc.dg/20031216-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74778 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/9154
giovannibajo [Thu, 18 Dec 2003 12:00:08 +0000 (12:00 +0000)]
PR c++/9154
* g++.dg/template/error10.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74777 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/9154
giovannibajo [Thu, 18 Dec 2003 11:50:58 +0000 (11:50 +0000)]
PR c++/9154
* parser.c (cp_parser_template_argument): A type-id followed by '>>'
is just an user typo, and should be accepted as last resort if any
other parsing fails.
(cp_parser_enclosed_template_argument_list): If the argument list is
parsed correctly, but the next token is '>>', emit a diagnostic.
(cp_parser_next_token_ends_template_argument): Accept '>>' as
delimiter of template argument, it will be later detected as a typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74776 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * g++.dg/eh/simd-1.C: XFAIL on SPARC.
ebotcazou [Thu, 18 Dec 2003 10:46:40 +0000 (10:46 +0000)]
* g++.dg/eh/simd-1.C: XFAIL on SPARC.
* g++.dg/eh/simd-2.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74775 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * calls.c (load_register_parameters): Don't use
kazu [Thu, 18 Dec 2003 05:50:43 +0000 (05:50 +0000)]
* calls.c (load_register_parameters): Don't use
LOAD_ARGS_REVERSED.
* system.h (LOAD_ARGS_REVERSED): Poison.
* doc/tm.texi (LOAD_ARGS_REVERSED): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74773 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * emit-rtl.c (set_new_first_and_last_label_num): Remove function.
bothner [Thu, 18 Dec 2003 05:41:44 +0000 (05:41 +0000)]
* emit-rtl.c (set_new_first_and_last_label_num):  Remove function.
* rtl.h (set_new_first_and_last_label_num):  Remove declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74772 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago* config/frv/frv.c (frv_ifcvt_modify_insn): Don't leave alone
aoliva [Thu, 18 Dec 2003 04:24:06 +0000 (04:24 +0000)]
* config/frv/frv.c (frv_ifcvt_modify_insn): Don't leave alone
scratch insns of the then branch that clobber regs needed by the
else branch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74771 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * calls.c (expand_call): Update comments.
kazu [Thu, 18 Dec 2003 03:29:04 +0000 (03:29 +0000)]
* calls.c (expand_call): Update comments.
* system.h (PRETEND_OUTGOING_VARARGS_NAMED): Poison.
* targhooks.c: Do not refer to PRETEND_OUTGOING_VARARGS_NAMED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74770 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoFix for IA-64 glibc math test failures.
wilson [Thu, 18 Dec 2003 02:45:18 +0000 (02:45 +0000)]
Fix for IA-64 glibc math test failures.
* Makefile.in (gcse.o): Add $(TREE_H) to dependencies.
* gcse.c: Include tree.h.
(implicit_set_cond_p): New.
(find_implicit_sets): Call it.
* gcc.c-torture/execute/ieee/mzero5.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74769 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoFrom Santiago Vila
wilson [Thu, 18 Dec 2003 02:32:11 +0000 (02:32 +0000)]
From Santiago Vila
* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
TARET_OS_CPP_BUILTINS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74768 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Thu, 18 Dec 2003 00:51:26 +0000 (00:51 +0000)]
2003-12-17  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in: Replace cp/g++.1 with $(docobjdir)/g++.1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74766 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Thu, 18 Dec 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74762 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * emit-rtl.c: Fix signed/unsigned comparison warnings.
kazu [Wed, 17 Dec 2003 23:46:34 +0000 (23:46 +0000)]
* emit-rtl.c: Fix signed/unsigned comparison warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74758 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * predict.c (struct block_info_def, struct edge_info_def): Change
jsm28 [Wed, 17 Dec 2003 23:44:45 +0000 (23:44 +0000)]
* predict.c (struct block_info_def, struct edge_info_def): Change
bit-fields of width 1 to unsigned int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74757 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 17 Dec 2003 22:14:09 +0000 (22:14 +0000)]
2003-12-17  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
Use narrow to get from __format[__i] a char __c representing a
formatting code, don't use it to compare *__beg to __format[__i].
* testsuite/22_locale/time_get/get_date/wchar_t/4.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74755 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR 12480
geoffk [Wed, 17 Dec 2003 22:04:34 +0000 (22:04 +0000)]
PR 12480
* c-pch.c (pch_init): Improve error message when precompiled
header can't be written.

PR 12606
* c-pch.c (pch_init): Make a PCH file appear invalid while it's
being written.
(c_common_write_pch): Make it valid once it's done.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74754 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR target/11992
uweigand [Wed, 17 Dec 2003 21:51:57 +0000 (21:51 +0000)]
PR target/11992
* config/s390/s390.md ("*cmpmem_long_64"): Use CLCLE instruction
instead of CLCL.
("*cmpmem_long_31"): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74752 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Wed, 17 Dec 2003 20:29:02 +0000 (20:29 +0000)]
2003-12-17  Vladimir Makarov  <vmakarov@redhat.com>

* config/ia64/ia64.c: Add more comments about insn bundling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74751 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoPR optimization/10592
rearnsha [Wed, 17 Dec 2003 18:20:44 +0000 (18:20 +0000)]
PR optimization/10592
* caller-save.c (mark_referenced_regs): Don't short-circuit a reg
or subreg in SET_DEST if it isn't a hard register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74747 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * collect2.c (main): Add -fno-profile-arcs -fno-test-coverage
dje [Wed, 17 Dec 2003 18:14:45 +0000 (18:14 +0000)]
    * collect2.c (main): Add -fno-profile-arcs -fno-test-coverage
        -fno-branch-probabilities to arguments when compiling ctors and
        dtors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74746 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Fernando Nasser <fnasser@redhat.com>
fnasser [Wed, 17 Dec 2003 18:02:56 +0000 (18:02 +0000)]
2003-12-17  Fernando Nasser  <fnasser@redhat.com>

        * gnu/java/awt/peer/gtk/GtkListPeer.java (handleEvent): Fix generation
        of ActionEvents for mouse double-clicks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74745 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Fernando Nasser <fnasser@redhat.com>
fnasser [Wed, 17 Dec 2003 17:20:00 +0000 (17:20 +0000)]
2003-12-16  Fernando Nasser  <fnasser@redhat.com>

        * gnu/java/awt/peer/gtk/GtkContainerPeer.java (handleEvent): Check for
        null Graphics pointer returned by FileDialogPeer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74744 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/10603
mmitchel [Wed, 17 Dec 2003 16:58:14 +0000 (16:58 +0000)]
PR c++/10603
PR c++/12827
* parser.c (cp_parser_error): Help c_parse_error print good
messages if the next token is a keyword.
(cp_parser_parameter_declaration_list): When resynchronizing after
a bad parameter declaration, stop if a comma is found.
(cp_parser_parameter_declaration): Avoid backtracking.

PR c++/10603
* g++.dg/parse/error6.C: New test.

PR c++/12827
* g++.dg/parse/error7.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74743 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Michael Koch <konqueror@gmx.de>
mkoch [Wed, 17 Dec 2003 16:24:11 +0000 (16:24 +0000)]
2003-12-17  Michael Koch  <konqueror@gmx.de>

* libltdl/stamp-h.in: Removed, not used anymore.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74742 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Ed Falis <falis@gnat.com>
charlet [Wed, 17 Dec 2003 13:37:04 +0000 (13:37 +0000)]
2003-12-17  Ed Falis  <falis@gnat.com>

* a-elchha.adb (Tailored_Exception_Information): made Info constant to
eliminate warning.

* a-exextr.adb: Add context clause for
Ada.Exceptions.Last_Chance_Handler.

2003-12-17  Sergey Rybin  <rybin@act-europe.fr>

* cstand.adb (Create_Standard): Change the way how the declaration of
the Duration type is created (making it the same way as it is for all
the other standard types).

2003-12-17  Robert Dewar  <dewar@gnat.com>

* s-crtl.ads: Fix header format
Change Pure to Preelaborate

2003-12-17  Ed Schonberg  <schonberg@gnat.com>

* checks.adb (Selected_Length_Checks): Generate an Itype reference for
the expression type only if it is declared in the current unit.

* sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
are universal and already analyzed, as can occur in constrained
subcomponents that depend on discriminants, when one constraint is a
subtype mark.

* sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
type Any_Fixed is legal as the argument of a conversion, if only one
fixed-point type is in context.

2003-12-17  GNAT Script  <nobody@gnat.com>

* Make-lang.in: Makefile automatically updated

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74741 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/sparc/sol2.h: Set SUPPORTS_INIT_PRIORITY to 0.
ebotcazou [Wed, 17 Dec 2003 12:01:47 +0000 (12:01 +0000)]
* config/sparc/sol2.h: Set SUPPORTS_INIT_PRIORITY to 0.
* config/sparc/sol2-gld.h: Set SUPPORTS_INIT_PRIORITY to 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74740 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago* arm.c (thumb_base_register_rtx_p): Don't allow virtual registers
rearnsha [Wed, 17 Dec 2003 11:27:25 +0000 (11:27 +0000)]
* arm.c (thumb_base_register_rtx_p): Don't allow virtual registers
as base registers for sub-word operations.
(thumb_legitimate_address_p): Simplify REG+REG test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74739 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 17 Dec 2003 10:16:03 +0000 (10:16 +0000)]
2003-12-17  Paolo Carlini  <pcarlini@suse.de>

* testsuite/performance/container_benchmark.cc: Tweak outputs.

* testsuite/performance/list_create_fill_sort.cc: Shrink a
bit some outputs.

* testsuite/testsuite_performance.h: Widen a few output fields.

* testsuite/performance/ifstream_extract_int.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74738 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * opts.c (wrap_help): Fix overflow.
hpenner [Wed, 17 Dec 2003 09:34:08 +0000 (09:34 +0000)]
    * opts.c (wrap_help): Fix overflow.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74737 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
ebotcazou [Wed, 17 Dec 2003 07:14:26 +0000 (07:14 +0000)]
* lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
at -O with stabs debugging formats.
* gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
* gcc.dg/debug/debug-2.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74736 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agopatch from Fred Fish
wilson [Wed, 17 Dec 2003 06:32:54 +0000 (06:32 +0000)]
patch from Fred Fish
* configure.in: Remove code to examine linker scripts and set
HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES.
* configure, config.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74735 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoFix required by libjava/libltdl import.
wilson [Wed, 17 Dec 2003 06:22:00 +0000 (06:22 +0000)]
Fix required by libjava/libltdl import.
* gcc_update (files_and_dependencies): For libjava/libltdl directory,
rename configure.in to configure.ac, and stamp-h.in to config-h.in.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74734 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/12218
mmitchel [Wed, 17 Dec 2003 04:45:53 +0000 (04:45 +0000)]
PR c++/12218
* varasm.c (initializer_constant_valid_p): Allow a conversion from
an integral constant to an OFFSET_TYPE.

PR c++/12696
* decl.c (reshape_init): Recover quickly from errors.

PR c++/12218
* g++.dg/init/pm3.C: New test.

PR c++/12696
* g++.dg/init/error1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74731 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR target/11012
kazu [Wed, 17 Dec 2003 03:30:19 +0000 (03:30 +0000)]
PR target/11012
* config/m32r/m32r.c (gen_compare): Call gen_addsi3 instead of
gen_cmp_ne_small_const_insn.
* config/m32r/m32r.md (cmp_ne_small_const_insn): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74726 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-17 Neil Booth <neil@daikokuya.co.uk>
jsm28 [Wed, 17 Dec 2003 00:25:24 +0000 (00:25 +0000)]
2003-12-17  Neil Booth  <neil@daikokuya.co.uk>
            Joseph S. Myers  <jsm@polyomino.org.uk>

PR c/3347
* c-decl.c (enum_decl_context): Remove BITFIELD.
(grokdeclarator): Take bit-field width as an input.
Perform bit-field width validation with
check_bitfield_type_and_width rather than waiting for
finish_struct.
(groktypename, groktypename_in_parm_context, start_decl,
push_parm_decl, grokfield, start_function): Update calls to
grokdeclarator.
(check_bitfield_type_and_width): New function.
(finish_struct): Move bit-field validation to grokdeclarator
and check_bitfield_type_and_width.

testsuite:
* gcc.dg/bitfld-8.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74725 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoDaily bump.
gccadmin [Wed, 17 Dec 2003 00:16:10 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74723 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Phil Edwards <phil@codesourcery.com>
pme [Tue, 16 Dec 2003 23:44:53 +0000 (23:44 +0000)]
2003-12-16  Phil Edwards  <phil@codesourcery.com>

* configure.ac (AM_INIT_AUTOMAKE):  Don't warn about GNU Make.
* configure:  Regenerated.
* Makefile.am (check-%):  New catch-all forwarding target.
* Makefile.in:  Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74718 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 16 Dec 2003 22:57:57 +0000 (22:57 +0000)]
2003-12-16  Paolo Carlini  <pcarlini@suse.de>

* testsuite/performance/container_benchmark.cc: New, a
benchmark developed by Bjarne Stroustrup and Alexander
Stepanov and made available with no restrictions.

* testsuite/testsuite_performance.h (report_header): New,
useful to produce header lines in the reports.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74717 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gnu/java/net/natPlainDatagramSocketImplWin32.cc:
membar [Tue, 16 Dec 2003 22:57:06 +0000 (22:57 +0000)]
* gnu/java/net/natPlainDatagramSocketImplWin32.cc:
Removed unused InterruptedIOException.h include.
* gnu/java/net/natPlainSocketImplWin32.cc
(connect): Reset and ignore our thread's interrupted
flag instead of testing and throwing an InterruptedIOException
if set.
(accept): Likewise + changed case of SocketTimeoutException
text.
(write): Likewise (for both overloads).
(doRead): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74716 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * win32.cc (WSAEventWrapper): Implemented default
membar [Tue, 16 Dec 2003 22:54:22 +0000 (22:54 +0000)]
* win32.cc (WSAEventWrapper): Implemented default
constructor and init() methods.
(_Jv_select): Removed.
* gnu/java/nio/natSelectorImplWin32.cc
(helper_put_filedescriptors): Removed.
(helper_get_filedescriptors): Removed.
(implSelect): Implemented in terms of WSAEventWrapper
and WSAWaitForMultipleEvents instead of _Jv_select().
Added support for thread interruption.
* include/win32.h (WSAEventWrapper): Minor formatting
changes; added default constructor declaration, init(),
getFD() and getEventHandle() methods.
(_Jv_select): Removed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74715 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * gnu/java/net/natPlainDatagramSocketImplPosix.cc
membar [Tue, 16 Dec 2003 22:47:53 +0000 (22:47 +0000)]
* gnu/java/net/natPlainDatagramSocketImplPosix.cc
(peekData): Throw SocketTimeoutException instead of
InterruptedIOException on timeout.
(receive): Likewise.
* gnu/java/net/natPlainSocketImplPosix.cc
(read): Made a minor exception text case change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74714 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 16 Dec 2003 22:44:19 +0000 (22:44 +0000)]
2003-12-16  Paolo Carlini  <pcarlini@suse.de>

* testsuite/performance/container_benchmark.cc: New, a
benchmark developed by Bjarne Stroustrup and Alexander
Stepanov and made available with no restrictions.

* testsuite/testsuite_performance.h (report_header): New,
useful to produce header lines in the reports.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74713 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoxscale testcases from James Lemke
wilson [Tue, 16 Dec 2003 22:38:58 +0000 (22:38 +0000)]
xscale testcases from James Lemke
* gcc.dg/arm-scd42-[123].c: New tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74712 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 16 Dec 2003 21:48:25 +0000 (21:48 +0000)]
2003-12-16  Michael Koch  <konqueror@gmx.de>

Fix for PR libgcj/13056.
* libltdl/configure.in,
libltdl/config.h.in: Removed.
* libltdl/configure.ac,
libltdl/config-h.in,
libltdl/install-sh,
libltdl/config.guess,
libltdl/config.sub,
libltdl/missing,
libltdl/mkinstalldirs,
libltdl/ltmain.sh: New files.
* libltdl/Makefile.am,
libltdl/acinclude.m4,
libltdl/aclocal.m4,
libltdl/ltdl.c,
libltdl/ltdl.h,
libltdl/README: Update to versions from libtool 1.5.
libltdl/configure,
* libltdl/Makefile.in: Regenerated.
* java/lang/natRuntime.cc (find_symbol):
Use type 'lt_ptr' instead of 'lt_ptr_t'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74711 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Michael Koch <konqueror@gmx.de>
mkoch [Tue, 16 Dec 2003 20:08:01 +0000 (20:08 +0000)]
2003-12-16  Michael Koch  <konqueror@gmx.de>

* java/awt/MenuComponent.java
(serialVersionUID): Fixed value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74709 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agocp:
nathan [Tue, 16 Dec 2003 19:50:54 +0000 (19:50 +0000)]
cp:
PR c++/9043
C++ ABI change: Mangling array indices in templates.
* decl.c (compute_array_index_type): Reorganize for earlier
template errors. Use value_dependent_expression_p for abi-2.
* mangle.c (write_array_type): Check broken mangling for
expression indices on abi-1
testsuite:
PR c++/9043
* g++.dg/abi/mangle20-1.C: New test.
* g++.dg/abi/mangle20-2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74707 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR bootstrap/13386
danglin [Tue, 16 Dec 2003 17:49:57 +0000 (17:49 +0000)]
PR bootstrap/13386
* configure.in (gcc_cv_ld_hidden): Set to yes on hppa64*-*-hpux* when
using HP native linker.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74705 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Fernando Nasser <fnasser@redhat.com>
fnasser [Tue, 16 Dec 2003 17:20:34 +0000 (17:20 +0000)]
2003-12-16  Fernando Nasser  <fnasser@redhat.com>

        * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
        (pre_event_handler): Handle GtkButton widgets differently as events
        go to its event_window.
        (connect_awt_hook): Remove compiler warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74704 138bc75d-0d04-0410-961f-82ee72b054a4

20 years agoFix typo.
giovannibajo [Tue, 16 Dec 2003 16:17:31 +0000 (16:17 +0000)]
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74703 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago PR c++/13275
mmitchel [Tue, 16 Dec 2003 16:09:23 +0000 (16:09 +0000)]
PR c++/13275
* c-common.h (enum rid): Add RID_OFFSETOF.
* c-parser.in (rid_to_yy): Ignore RID_OFFSETOF.
* ginclude/stddef.h (offsetof): Reimplement for C++, using
__offsetof__.
* doc/extend.texi: Document __offsetof__.

PR c++/13275
* lex.c (reswords): Add "__offsetof" and "__offsetof__".
* parser.c (cp_parser): Add in_offsetof_p.
(cp_parser_new): Initialize it.
(cp_parser_primary_expression): Handle __offsetof__ (...).
(cp_parser_postfix_expression): Allow casts to pointer type and
uses of "->" in a constant expression if implementing offsetof.
(cp_parser_unary_expression): Allow the use of "&" in a constant
expression if implementing offsetof.

PR c++/13275
* g++.dg/other/offsetof2.C: Remove XFAIL.
* g++.dg/parse/offsetof1.C: New test.
* g++.gd/parse/offsetof2.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74702 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * g++.dg/template/nontype3.C: New test.
giovannibajo [Tue, 16 Dec 2003 15:58:38 +0000 (15:58 +0000)]
* g++.dg/template/nontype3.C: New test.
* g++.dg/template/static2.C: Tweaked the dg-error clause.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74701 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * semantics.c (finish_id_expression): Refactor the code to handle
giovannibajo [Tue, 16 Dec 2003 15:54:28 +0000 (15:54 +0000)]
* semantics.c (finish_id_expression): Refactor the code to handle
template parameters, and emit a more informative error message
when they are used within non integral constant expressions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74700 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * g++.dg/warn/noreturn-3.C: Also test instantiation.
lerdsuwa [Tue, 16 Dec 2003 15:24:25 +0000 (15:24 +0000)]
* g++.dg/warn/noreturn-3.C: Also test instantiation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74698 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago * config/iq2000/iq2000.h: Formatting.
scox [Tue, 16 Dec 2003 15:20:51 +0000 (15:20 +0000)]
* config/iq2000/iq2000.h: Formatting.
(MAX_INT_TYPE_SIZE, MAX_INT_TYPE_SIZE, CONST_COSTS, RTX_COSTS)
(ADDRESS_COST, ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL)
(IMPLICIT_FIX_EXPR, EASY_DIV_EXPR, SLOW_ZERO_EXTEND): Remove
* config/iq2000/iq2000.c: Formatting.
(iq2000_rtx_costs): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74697 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago2003-12-16 Jonathan Wakely <redi@gcc.gnu.org>
redi [Tue, 16 Dec 2003 13:57:55 +0000 (13:57 +0000)]
2003-12-16  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/21_strings/howto.html: Document shrink-to-fit reserve().
* docs/html/faq/index.html: Reducing vector's capacity() to size().
* docs/html/documentation.html, docs/html/faq/index.txt: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74695 138bc75d-0d04-0410-961f-82ee72b054a4

20 years ago* arm.md (addsi3_carryin_shift): Add missing register constraints.
rearnsha [Tue, 16 Dec 2003 13:56:25 +0000 (13:56 +0000)]
* arm.md (addsi3_carryin_shift): Add missing register constraints.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74694 138bc75d-0d04-0410-961f-82ee72b054a4