1. 17 Jan, 2002 11 commits
    • error.c (dump_type_suffix): Print the exception specs before recursing. · ad6b1795
              * error.c (dump_type_suffix): Print the exception specs before
              recursing.
              (dump_function_decl): Here, too.
      
              * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
      
      From-SVN: r48947
      Jason Merrill committed
    • ia64.md (prologue_use): New. · d0e82870
      	* config/ia64/ia64.md (prologue_use): New.
      	* config/ia64/ia64.c (ia64_expand_prologue): Use
      	gen_prologue_use instead of gen_rtx_USE.
      	(group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
      	as CODE_FOR_pred_rel_mutex.
      	(ia64_sched_reorder2): Likewise.
      
      	* gcc.c-torture/compile/20020116-1.c: New test.
      
      From-SVN: r48946
      Jakub Jelinek committed
    • ctype_noninline.h: Fix. · 02c361a4
      
      
      2002-01-17  Andreas Tobler  <toa@pop.agri.ch>
      
      	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
      
      From-SVN: r48945
      Andreas Tobler committed
    • Daily bump. · 784dce66
      From-SVN: r48943
      GCC Administrator committed
    • r3900.h: Reformat. · f9f45c65
      2002-01-16  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/r3900.h: Reformat.
      	(SUBTARGET_CPP_SIZE_SPEC): Remove.
      	* config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
      	* config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
      	(SUBTARGET_CPP_SIZE_SPEC): Rewrite.
      	* config/mips/t-elf: Remove mips3 multilib.
      
      From-SVN: r48942
      Eric Christopher committed
    • acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear SECTION_LDFLAGS and OPT_LDFLAGS. · 654421eb
      
      2002-01-16  David Edelsohn  <dje@watson.ibm.com>
      
      	* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
      	SECTION_LDFLAGS and OPT_LDFLAGS.  Fix ac_sectionLDflags type.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r48941
      David Edelsohn committed
    • Makefile.am (c_base_headers_rename): New. · c5535768
      
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/Makefile.am (c_base_headers_rename): New.
      	(c_base_headers_extra): New.
      	(stamp-c_base): Modify.
      	(install-data-local): Use both.
      	* include/Makefile.in: Regenerate.
      	* include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
      	csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
      	cstdio ctime cwctype]: Move to..
      	* include/c/std_*: Here.
      	* include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
      	csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
      	cstdio ctime cwctype]: Move to..
      	* include/c_std/std_*: Here.
      
      	Alexandre Oliva  <aoliva@redhat.com>
      	* include/Makefile.am (.PRECIOUS): Add rule.
      	* include/Makefile.in: Regenerate.
      
      From-SVN: r48940
      Benjamin Kosnik committed
    • stl_iterator.h (reverse_iterator::_M_current): Deuglify, should be current. · 8f7a4015
      
      
      
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
                  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
      
      	* include/bits/stl_iterator.h (reverse_iterator::_M_current):
      	Deuglify, should be current.
      	(back_insert_iterator::_M_container): Deuglify, should be container.
      	(front_insert_iterator::_M_container): Same.
      	(insert_iterator::_M_container): Same.
      	* testsuite/24_iterators/reverse_iterator.cc: Add check.
      	* testsuite/24_iterators/back_insert_iterator.cc: Add check.
      	* testsuite/24_iterators/front_insert_iterator.cc: Same.
      	* testsuite/24_iterators/insert_iterator.cc: Same.
      
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_facets.h (ctype<char>::classic_table): Make
      	static.
      	(ctype<char>::_M_ctable): Make static, change name to _S_ctable.
      	* config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
      	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
      	* config/os/newlib/bits/ctype_noninline.h: Same.
      	* config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
      	* config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
      	* config/os/hpux/bits/ctype_noninline.h: Same.
      	* config/os/djgpp/bits/ctype_noninline.h: Same.
      	* config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
      	* config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
      	* config/os/aix/bits/ctype_noninline.h: Same.
      
      	Testcase by Dietmar K�hl via Peter Schmid
      	* testsuite/22_locale/ctype_members_char.cc (char>): Add test for
      	classic_table().
      
      Co-Authored-By: Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
      
      From-SVN: r48938
      Benjamin Kosnik committed
    • linux.h: Include "mips/abi64.h". · c66c8b0e
      2002-01-16  H.J. Lu <hjl@gnu.org>
      
      	* config/mips/linux.h: Include "mips/abi64.h".
      
      From-SVN: r48937
      H.J. Lu committed
    • t-linux: New. · 5f083b72
      2002-01-16  H.J. Lu <hjl@gnu.org>
      
      	* config/mips/t-linux: New.
      
      	* config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
      
      	* config/mips/linux.h: Don't include "gofast.h".
      	(INIT_SUBTARGET_OPTABS): Removed.
      
      From-SVN: r48936
      H.J. Lu committed
    • h8300-protos.h: Replace emit_a_shift with output_a_shift. · af3c90a6
      	* config/h8300/h8300-protos.h: Replace emit_a_shift with
      	output_a_shift.
      	* config/h8300/h8300.c: Likewise.
      	* config/h8300/h8300.md: Likewise.
      
      From-SVN: r48935
      Kazu Hirata committed
  2. 16 Jan, 2002 29 commits