1. 16 Jan, 2003 9 commits
    • arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning. · fc555370
      	* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
      	warning.
      	* emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
      	init_emit_once): Likewise.
      	* flow.c (mark_regs_live_at_end, calculate_global_regs_live):
      	Likewise.
      	* function.c (assign_stack_temp_for_type): Likewise.
      	* loop.c (loop_invariant_p): Likewise.
      	* recog.c (push_operand): Likewise.
      	* regclass.c (init_reg_sets_1): Likewise.
      	* reload.c (update_auto_inc_notes): Likewise.
      	* reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
      	* stmt.c (expand_asm_operands): Likewise.
      	* stor-layout.c (start_record_layout): Likewise.
      
      cp:
      	* class.c (layout_virtual_bases): Avoid signed/unsigned warning.
      
      java:
      	* jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
      	warning.
      
      From-SVN: r61389
      Kaveh R. Ghazi committed
    • Daily bump. · faca036b
      From-SVN: r61387
      GCC Administrator committed
    • 2003-01-16 Michael Koch <konqueror@gmx.de> · 676f46d0
      	* java/net/MulticastSocket.java
      	(setInterface): Reindented.
      
      From-SVN: r61379
      Michael Koch committed
    • 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 31 commits