1. 02 Jan, 2001 12 commits
    • c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn. · 21c7361e
      	* c-decl.c (c_decode_option): Remove support of
      	-Wmissing-noreturn.
      
      	* toplev.c (documented_lang_options): Remove -Wmissing-noreturn.
      	(W_options): Add -Wmissing-noreturn here.
      
      	* flow.c: Define lang_missing_noreturn_ok_p.
      	(check_function_return_warnings): Use it.
      
      	* c-common.h: Declare lang_missing_noreturn_ok_p.
      
      	* c-lang.c (c_missing_noreturn_ok_p): New function.
      	(lang_init): Set lang_missing_noreturn_ok_p.
      
      	* invoke.texi (Warning Options): Document this.
      
      From-SVN: r38612
      Andreas Jaeger committed
    • New tests for noreturn. · 42ded877
      From-SVN: r38611
      Andreas Jaeger committed
    • extend.texi (C++ Extensions): New node for C++ attributes; describe… · 5c25e11d
      extend.texi (C++ Extensions): New node for C++ attributes; describe init_priority and com_interface.
      
      2000-12-27  Phil Edwards  <pme@sources.redhat.com>
      
      	* extend.texi (C++ Extensions):  New node for C++ attributes;
      	  describe init_priority and com_interface.
      	* invoke.texi:  Remove -finit-priority as it now has zero effect.
      	* install.texi:  Fix xref syntax.
      	* md.texi:  Likewise.
      
      From-SVN: r38610
      Phil Edwards committed
    • config.gcc (sparc64-wrs-vxworks*): New case. · e428b937
      	* config.gcc (sparc64-wrs-vxworks*): New case.
      	* config/sparc/vxsparc64.h, config/sparc/t-vxsparc64: New files.
      
      From-SVN: r38609
      Richard Kenner committed
    • sparc.c (sparc_override_options): Do support different pointer and architecture size. · 3276910d
      	* config/sparc/sparc.c (sparc_override_options): Do support different
      	pointer and architecture size.
      	* config/sparc/sparc.h (MIN_UNITS_PER_WORD): Always 4.
      	(POINTERS_EXTEND_UNSIGNED): Define.
      	(Pmode): Test TARGET_ARCH64, not TARGET_PTR64.
      	(FUNCTION_MODE): Define to be Pmode.
      	* config/sparc/sparc.md (64-bit call patterns): FUNCTION_MODE now DI.
      
      From-SVN: r38608
      Richard Kenner committed
    • function.c (expand_function_end): Properly handle DECL_RESULT and copy when ptr_mode != Pmode. · d1608933
      	* function.c (expand_function_end): Properly handle DECL_RESULT
      	and copy when ptr_mode != Pmode.
      	* expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
      
      From-SVN: r38607
      Richard Kenner committed
    • update copyrights · 09f89307
      From-SVN: r38606
      Kaveh Ghazi committed
    • c-common.c (c_common_nodes_and_builtins): Set prototype parameters for… · c2e42aab
      c-common.c (c_common_nodes_and_builtins): Set prototype parameters for __builtin_fputs, __builtin_fputc and __builtin_fwrite.
      
      	* c-common.c (c_common_nodes_and_builtins): Set prototype
      	parameters for __builtin_fputs, __builtin_fputc and
      	__builtin_fwrite.  Don't declare plain fputc as a builtin.
      
      testsuite:
      	* gcc.c-torture/execute/stdio-opt-1.c: Also test
      	__builtin_fputc and __builtin_fwrite.
      
      From-SVN: r38605
      Kaveh R. Ghazi committed
    • tm.texi (REGISTER_MOVE_COST): Add a mode argument. · e56b4594
      * tm.texi (REGISTER_MOVE_COST): Add a mode argument.
      * reload.c (REGISTER_MOVE_COST): Likewise.  Adjust all callers.
      * reload1.c (REGISTER_MOVE_COST): Likewise.
      * regclass.c (REGISTER_MOVE_COST): Likewise.
      (move_cost, may_move_in_cost, may_move_out_cost): Add mode
      dimension.  Adjust all users.
      (init_reg_sets_1): Iterate on all modes.
      * config/1750a/1750a.h (REGISTER_MOVE_COST): Adjust.
      * config/a29k/a29k.h (REGISTER_MOVE_COST): Adjust.
      * config/alpha/alpha.h (REGISTER_MOVE_COST): Adjust.
      * config/arc/arc.h (REGISTER_MOVE_COST): Adjust.
      * config/arm/arm.h (REGISTER_MOVE_COST): Adjust.
      * config/avr/avr.h (REGISTER_MOVE_COST): Adjust.
      * config/c4x/c4x.h (REGISTER_MOVE_COST): Adjust.
      * config/d30v/d30v.h (REGISTER_MOVE_COST): Adjust.
      * config/dsp16xx/dsp16xx.h (REGISTER_MOVE_COST): Adjust.
      * config/h8300/h8300.h (REGISTER_MOVE_COST): Adjust.
      * config/i386/i386.h (REGISTER_MOVE_COST): Adjust.
      * config/ia64/ia64.h (REGISTER_MOVE_COST): Adjust.
      * config/m32r/m32r.h (REGISTER_MOVE_COST): Adjust.
      * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Adjust.
      * config/m68k/m68k.h (REGISTER_MOVE_COST): Adjust.
      * config/mcore/mcore.h (REGISTER_MOVE_COST): Adjust.
      * config/mips/mips.h (REGISTER_MOVE_COST): Adjust.
      * config/mn10200/mn10200.h (REGISTER_MOVE_COST): Adjust.
      * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Adjust.
      * config/ns32k/ns32k.h (REGISTER_MOVE_COST): Adjust.
      * config/pa/pa.h (REGISTER_MOVE_COST): Adjust.
      * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Adjust.
      * config/pj/pj.h (REGISTER_MOVE_COST): Adjust.
      * config/romp/romp.h (REGISTER_MOVE_COST): Adjust.
      * config/rs6000/rs6000.h (REGISTER_MOVE_COST): Adjust.
      * config/sh/sh.h (REGISTER_MOVE_COST): Adjust.
      * config/sparc/sparc.h (REGISTER_MOVE_COST): Adjust.
      
      From-SVN: r38604
      Alexandre Oliva committed
    • loop.c (add_label_notes): Increment the label usage count when a note is added… · 5b1ef594
      loop.c (add_label_notes): Increment the label usage count when a note is added to an insn which refers to...
      
      
              * loop.c (add_label_notes): Increment the label usage count when
              a note is added to an insn which refers to a CODE_LABEL.
              * gcse.c (add_label_notes): Likewise.
      
      From-SVN: r38603
      John David Anglin committed
    • more README info · 5be1aac9
      From-SVN: r38601
      Bruce Korb committed
    • update the README for fixinc · c76fbbe2
      From-SVN: r38600
      Bruce Korb committed
  2. 01 Jan, 2001 21 commits
  3. 31 Dec, 2000 5 commits
  4. 30 Dec, 2000 2 commits