1. 14 Mar, 2002 13 commits
    • * gcc.c-torture/compile/20020314-1.c: New test. · 933a0721
      From-SVN: r50782
      Jeffrey A Law committed
    • cpphash.h (struct lexer_state): Remove line_extension member. · f0cce04a
      	* cpphash.h (struct lexer_state): Remove line_extension member.
      	* cpplib.c (dequote_string, do_linemarker): New functions.
      	(linemarker_dir): New data object.
      	(DIRECTIVE_TABLE): No longer need to interpret #line in
      	preprocessed source.  Delete obsolete comment about return
      	values of handlers.
      	(end_directive, directive_diagnostics, _cpp_handle_directive):
      	Don't muck with line_extension.
      	(directive_diagnostics): No need to issue warnings for
      	linemarkers here.
      	(_cpp_handle_directive): Issue warnings for linemarkers here,
      	when appropriate.  Dispatch linemarkers to do_linemarker, not
      	do_line.
      	(do_line): Code to handle linemarkers split out to do_linemarker.
      	Convert escape sequences in filename argument, both places.
      
      	* cppmacro.c (quote_string): Rename cpp_quote_string and
      	export.  All callers changed.
      	* cpplib.h (cpp_quote_string): Prototype.
      	* cppmain.c (print_line): Call cpp_quote_string on to_file
      	before printing it.
      
      	* doc/cpp.texi: Document that escapes are now interpreted in
      	#line and in linemarkers, and that non-printing characters are
      	converted to octal escapes when linemarkers are generated.
      
      From-SVN: r50780
      Zack Weinberg committed
    • cpphash.h (struct lexer_state): Remove line_extension member. · dcc229e5
      	* cpphash.h (struct lexer_state): Remove line_extension member.
      	* cpplib.c (dequote_string, do_linemarker): New functions.
      	(linemarker_dir): New data object.
      	(DIRECTIVE_TABLE): No longer need to interpret #line in
      	preprocessed source.  Delete obsolete comment about return
      	values of handlers.
      	(end_directive, directive_diagnostics, _cpp_handle_directive):
      	Don't muck with line_extension.
      	(directive_diagnostics): No need to issue warnings for
      	linemarkers here.
      	(_cpp_handle_directive): Issue warnings for linemarkers here,
      	when appropriate.  Dispatch linemarkers to do_linemarker, not
      	do_line.
      	(do_line): Code to handle linemarkers split out to do_linemarker.
      	Convert escape sequences in filename argument, both places.
      
      	* cppmacro.c (quote_string): Rename cpp_quote_string and
      	export.  All callers changed.
      	* cpplib.h (cpp_quote_string): Prototype.
      	* cppmain.c (print_line): Call cpp_quote_string on to_file
      	before printing it.
      
      	* doc/cpp.texi: Document that escapes are now interpreted in
      	#line and in linemarkers, and that non-printing characters are
      	converted to octal escapes when linemarkers are generated.
      
      From-SVN: r50779
      Zack Weinberg committed
    • emit-rtl.c (try_split): Use delete_insns. · 83a49407
      
      	* emit-rtl.c (try_split): Use delete_insns.
      	* recog.c (split_all_insns): Fix terminating condition.
      
      From-SVN: r50778
      Jan Hubicka committed
    • fr.po: Update to latest revision. · b07ac17f
      2002-03-14  Philipp Thomas  <pthomas@suse.de>
      
              * fr.po: Update to latest revision.
      
      From-SVN: r50777
      Philipp Thomas committed
    • * gcc.c-torture/execute/20020314-1.c: New test. · 2019279f
      From-SVN: r50772
      Richard Earnshaw committed
    • re PR target/5828 (gcc-3.0.4 on arm : floating point registers incorrectly reloaded) · c882c7ac
      PR target/5828
      * arm.c (arm_output_epilogue): Fix floating-point register save
      adjustment when using a frame pointer.
      
      Co-Authored-By: Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
      
      From-SVN: r50771
      Richard Earnshaw committed
    • call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too. · d3f129b3
      	* call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
      	* cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
      
      	* g++.dg/warn/Wunused-1.C: New test.
      
      From-SVN: r50770
      Jakub Jelinek committed
    • Delete all lines containing "$Revision:". · 6cbcc541
      	* xeinfo.adb: Don't look for revision numbers.
      	* xnmake.adb: Likewise.
      	* xsinfo.adb: Likewise.
      	* xsnames.adb: Likewise.
      	* xtreeprs.adb: Likewise.
      
      From-SVN: r50768
      Geoffrey Keating committed
    • mips.h (FP_INC, [...]): New macros. · 3f26edaa
      	* config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
      	* config/mips/mips.c (compute_frame_size): Retrofit them here.
      	(save_restore_insns, mips_expand_epilogue): And here.
      	(build_mips16_call_stub): And here.
      	(mips_function_value): Use the new macros to decide whether a single
      	or complex float can be returned in floating-point registers.  Return
      	a parallel rtx in the complex case.
      
      From-SVN: r50766
      Richard Sandiford committed
    • toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup call… · 1e3881c2
      toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup call after liveness analysis.
      
      
      	* toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
      	call after liveness analysis.
      
      	* recog.c (split_insn): Use delete_insn_and_edges.
      
      	* cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
      	instructions to have branch prediction notes.
      	* ia64reorg.c (ia64_reorg): Do not rebuild CFG.
      
      From-SVN: r50765
      Jan Hubicka committed
    • configure.in: Don't pass -Wno-long-long to a ADA compiler that doesn't support it. · 200ef634
      	* configure.in: Don't pass -Wno-long-long to a ADA compiler
      	that doesn't support it.
      	* configure: Regenerate.
      
      From-SVN: r50763
      Geoffrey Keating committed
    • Daily bump. · 73228d27
      From-SVN: r50761
      GCC Administrator committed
  2. 13 Mar, 2002 26 commits
  3. 12 Mar, 2002 1 commit