1. 16 Jan, 2003 5 commits
    • basic_string.tcc (_S_string_copy): Unused, remove. · 25ad7e06
      2003-01-15  Phil Edwards  <pme@gcc.gnu.org>
      
      	* include/bits/basic_string.tcc (_S_string_copy): Unused, remove.
      
      From-SVN: r61377
      Phil Edwards committed
    • alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum; also check that GP is being used. · 77480b0b
              * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
              also check that GP is being used.
              (alpha_find_lo_sum_using_gp): New.
              (alpha_does_function_need_gp): Use get_attr_usegp.
              * config/alpha/alpha-protos.h: Update.
              * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
              as needed.
      
      From-SVN: r61376
      Richard Henderson committed
    • gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps and… · a0134312
      gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps and bypass_jumps flags...
      
      
      	* gcse.c (one_cprop_pass): Change function arguments to take both
      	cprop_jumps and bypass_jumps flags instead of just alter_jumps.
      	(gcse_main): Update calls to one_cprop_pass, disabling bypassing.
      	(bypass_jumps): New function to perform separate jump bypassing pass.
      	* rtl.h (bypass_jumps): Add function prototype.
      	* timevar.def (TV_BYPASS): New timing variable.
      	* toplev.c (enum dump_file_index): Add new entry DFI_bypass.
      	(dump_file): New entry for the bypass RTL dump file.
      	(rest_of_compilation): Insert new jump bypassing optimization
      	pass after loop.
      	* doc/passes.texi: Document new pass.
      
      From-SVN: r61374
      Roger Sayle committed
    • acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute GLIBCPP_TEST_WCHAR_T if… · 6b543e86
      acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
      
      
      2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
      	GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* testsuite/Makefile.am (all-local): Add conditional rule to
      	generate testsuite_wchar_t.
      	* testsuite/Makefile.in: Regenerate.
      	* testsuite/lib/libstdc++-v3-dg.exp
      	(libstdc++-v3-list-sourcefiles): Remove wchar_t files if
      	testsuite_wchar_t is not present in the build directory.
      	* testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
      	Remove setulimit bits.
      	* testsuite/26_numerics/complex_value.cc: Set to noopts.
      	* testsuite/Makefile.am (CLEANFILES): Add.
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r61373
      Benjamin Kosnik committed
    • som.h (SUPPORTS_WEAK, [...]): Define. · 4af6a063
      	* som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
      	ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
      	* pa.h (TARGET_SOM_SDEF): Define.
      	* pa-hpux11.h (TARGET_SOM_SDEF): Define.
      	* config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
      	__hppa__.
      
      From-SVN: r61372
      John David Anglin committed
  2. 15 Jan, 2003 33 commits
  3. 14 Jan, 2003 2 commits
    • 2003-01-14 Michael Koch <konqueror@gmx.de> · 8cb5ee71
      	* java/net/InetSocketAddress.java
      	(serialVersionUID): New member variable.
      	* java/net/NetPermission.java
      	(NetPermission): Dont implement java.io.Serialization directly.
      	* java/net/SocketAddress.java:
      	(serialVersionUID): Documentation added.
      
      From-SVN: r61305
      Michael Koch committed
    • Further conform g++'s __vmi_class_type_info to the C++ ABI specification. · a7189b49
      2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
      
      	Further conform g++'s __vmi_class_type_info to the C++ ABI
      	specification.
      	* gcc/cp/rtti.c (dfs_class_hint_mark): Do not set hints not
      	specified by the specification.
      	(class_hint_flags): Likewise.
      	* gcc/testsuite/g++.old-deja/g++.abi/vmihint.C (main): Revise
      	expected flags per the specification.
      	* libstdc++-v3/libsupc++/cxxabi.h
      	(__vmi_class_type_info::__flags_masks): Remove enumerations not
      	required by the specification.
      
      From-SVN: r61304
      Jeffrey D. Oldham committed