1. 15 May, 2002 8 commits
    • re PR libstdc++/6594 (strstreambuf leaks 16 bytes - gcc 3.0.x) · fb5b4dfd
      
      2002-05-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/6594
      	* src/strstream.cc (strstreambuf): Fix leak.
      
      From-SVN: r53486
      Benjamin Kosnik committed
    • re PR libstdc++/6648 (Problems with cin.getline (interactive)) · bf6f276b
      2002-05-15  Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/6648
      	* include/bits/istream.tcc (istream::getline, ignore):
      	Upon __idelim (__delim) call sbumpc() not snextc().
      	* testsuite/27_io/narrow_stream_objects.cc:
      	Add test08 and test09.
      
      From-SVN: r53481
      Paolo Carlini committed
    • invoke.texi (-malign-double): Re-add lost warning. · 194734e9
      	* invoke.texi (-malign-double): Re-add lost warning.
      
      	* i386-protos.h (x86_output_mi_thunk): Declare.
      	* unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
      	* i386.c (x86_output_mi_thunk): ... here; handle 64bits.
      
      	* dwarf2out.c (output_call_frame_info): Do not skip unwind info
      	when flag_asynchronous_unwind_tables is set.
      
      	* flags.h (flag_reorder_functions): Declare.
      	* function.c (prepare_function_start): Initialize frequnecy.
      	* params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New paramters.
      	* Makefile.in (predict.o): Add dependency on target.h and params.h
      	* defaults.h (HOT_TEXT_SECTION_NAME,
      	UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
      	* predict.c (choose_function_section): New function.
      	(estimate_bb_frequencies): Use it.
      	* toplev.c (flag_reorder_functions): New global variable.
      	(lang_independent_options): New.
      	(parse_options_and_default_flags): Set.
      	* varasm.c (assemble_start_function): Bypass functdion alignment
      	for never executed functions.
      	* invoke.texi (-freorder-blocks, -freorder-functions): Document.
      	(param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
      	* tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
      	Document.
      
      	Thu Jan  3 21:52:09 CET 2002  Jan Hubicka  <jh@suse.cz>
      
      	* predict.c: Inlude profile.h
      	(MIN_COUNT): Rename to MIN_COUNT_FRACTION
      	(maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
      	Use the information about maximal counter in the program.
      
      	Thu Dec 20 22:14:00 CET 2001  Jan Hubicka  <jh@suse.cz>
      
      	* basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
      	probably_never_executed_bb_p): New functions.
      	* cfgcleanup.c (outgoing_edges_match): Use them.
      	* predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
      	(maybe_hot_bb_p, probably_cold_bb_p,
      	probably_never_executed_bb_p): New functions.
      
      	* function.h (function): Add new field function_frequency.
      	* predict.c (compute_function_frequency): New function.
      	(estimate_probability): Call it.
      
      From-SVN: r53478
      Jan Hubicka committed
    • PR optimization/5172, optimization/5200 · 61ad9a34
      2002-03-09  Jakub Jelinek  <jakub@redhat.com>
      
      	PR optimization/5172, optimization/5200
      	* gcse.c (gcse_main): Disable store_motion.
      
      From-SVN: r53477
      Jakub Jelinek committed
    • Daily bump. · 6e47edce
      From-SVN: r53476
      GCC Administrator committed
    • Daily bump. · c6890cb8
      [[Split portion of a mixed commit.]]
      
      From-SVN: r53475.2
      GCC Administrator committed
    • c-parse.in (MODIFIED_WCHAR_TYPE): New macro. · a11eba95
      	* c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
      	(c_common_nodes_and_builtins): Use it.
      	(builtin_define_with_value): New function.
      	(cb_register_builtins): Define __SIZE_TYPE__,
      	__PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
      	using builtin_define_with_value.  Use consistent notation when
      	defining __GXX_WEAK__.
      	(WCHAR_TYPE_SIZE): Don't redefine.
      	(combine_strings): Don't use WCHAR_TYPE_SIZE.
      
      	* cppdefault.h: Don't provide defaults for SIZE_TYPE,
      	PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
      	* cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
      	* tradcpp.c (initialize_builtins): Likewise.
      	* gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
      
      	* c-lex.h (builtin_define_with_value): Prototype.
      	* system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
      	NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
      	* doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
      
      	* config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
      	config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
      	config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
      	config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
      	config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
      	config/sparc/linux64.h, config/sparc/netbsd-elf.h,
      	config/sparc/sol2-bi.h, config/sparc/sparc.h:
      	Do not define NO_BUILTIN_SIZE_TYPE etc.  Remove all references
      	to __SIZE_TYPE__ etc from all spec strings. When this makes
      	extra specs empty, delete them.
      
      From-SVN: r53472
      Zack Weinberg committed
    • pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling for… · 1c31ecf6
      pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling for PA8000 or generating dwarf2...
      
      	* pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
      	for PA8000 or generating dwarf2 call frame information.
      	(output_call): Remove DO_FRAME_NOTES check from return pointer
      	optimization.
      	(following_call): Return 0 when scheduling for PA8000 or generating
      	dwarf2 call frame information.  Revise comment.
      
      From-SVN: r53470
      John David Anglin committed
  2. 14 May, 2002 23 commits
  3. 13 May, 2002 9 commits