1. 05 Aug, 2004 6 commits
    • 20020118-1.c: Declare abort. · fce731b5
      2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * gcc.dg/20020118-1.c: Declare abort.
              * gcc.dg/altivec_check.h: Likewise.
              * gcc.dg/iftrap-2.c: Likewise.
              * gcc.dg/pragma-darwin.c: Likewise.
              * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
      
      From-SVN: r85594
      Andrew Pinski committed
    • re PR c/14516 (-fleading-underscore does not work correctly for file static variables) · 0e6df31e
      2004-08-04  Geoffrey Keating  <geoffk@apple.com>
      
      	PR 14516
      	* c-common.c (c_expand_decl): Don't special-case static VAR_DECLs.
      	* c-common.h (make_rtl_for_local_static): Delete.
      	* c-decl.c (shadow_tag_warned): Clean up comment.
      	(finish_decl): Clean up spacing.  Use set_user_assembler_name when
      	appropriate.  Don't pass asmspec to rest_of_decl_compilation.
      	* c-semantics.c (make_rtl_for_local_static): Delete.
      	* expr.c (init_block_move_fn): Use set_user_assembler_name.
      	(init_block_clear_fn): Likewise.
      	* passes.c (rest_of_decl_compilation): Remove asmspec parameter,
      	expect it to be in DECL_ASSEMBLER_NAME.  Update callers in many files.
      	* toplev.h (rest_of_decl_compilation): Remove asmspec parameter.
      	* tree.h (make_decl_rtl): Remove second parameter.
      	(set_user_assembler_name): New.
      	* varasm.c (set_user_assembler_name): New.
      	(make_decl_rtl): Remove second parameter.  Update callers in many
      	files.
      
      Index: cp/ChangeLog
      2004-08-04  Geoffrey Keating  <geoffk@apple.com>
      
      	* decl.c (make_rtl_for_nonlocal_decl): Set DECL_ASSEMBLER_NAME rather
      	than passing it as a parameter to rest_of_decl_compilation.
      	* decl2.c (grokfield): Use set_user_assembler_name.
      
      From-SVN: r85593
      Geoffrey Keating committed
    • config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0. · 4f587cb0
      	* config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0.
      	(case rs6000-*-lynxos*): Rename it to powerpc-*-lynxos*.  Update
      	to LynxOS 4.0.
      	* gthr-lynx.h: New file.
      	* config/lynx-ng.h: Remove file.
      	* config/lynx.h: Update to LynxOS 4.0.
      	* config/t-lynx: New file.
      	* config/i386/lynx-ng.h: Remove file.
      	* config/i386/lynx.h: Update to LynxOS 4.0.
      	* config/rs6000/lynxbase.h: Remove file.
      	* config/rs6000/lynx.h: Update to LynxOS 4.0.
      	* config/rs6000/t-lynx: New file.
      	* doc/install.texi (Options specification): Remove reference to
      	LynxOS from systems where --with-gnu-as makes a difference.
      
      From-SVN: r85591
      Adam Nemet committed
    • c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and __UINTMAX_TYPE__. · 85291069
      	* c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and
      	__UINTMAX_TYPE__.
      	* c-cppbuiltin.c (builtin_define_stdint_macros): New.  Define
      	__INTMAX_MAX__.
      	(c_cpp_builtins): Call it.
      	* doc/cpp.texi: Update.
      
      testsuite:
      	* gcc.c-torture/execute/builtins/abs-2.c,
      	gcc.c-torture/execute/builtins/abs-3.c,
      	gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
      	gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
      	intmax_t, uintmax_t and their limits.
      	* gcc.dg/intmax_t-1.c: New test.
      
      From-SVN: r85588
      Joseph Myers committed
    • Daily bump. · 5a05b7c5
      From-SVN: r85585
      GCC Administrator committed
  2. 04 Aug, 2004 34 commits