1. 29 Nov, 2003 6 commits
    • re PR c/10333 (typeof (bitfield) is accepted but doesn't work) · 65f0edec
      	PR c/10333
      	* c-parse.in (typespec_reserved_nonattr): Reject typeof on
      	bit-fields.
      
      testsuite:
      	* gcc.dg/bitfld-7.c: New test.
      
      From-SVN: r74036
      Joseph Myers committed
    • stmt.c (expand_asm_operands): Check whether force_const_mem succeeded. · 9c858681
      	* stmt.c (expand_asm_operands): Check whether force_const_mem
      	succeeded.
      
      testsuite/
      	* gcc.dg/tls/asm-1.C: New test.
      
      From-SVN: r74035
      Richard Sandiford committed
    • 13171-2.cc: Tweak for a few small problems (fix timings, use VERIFY..) · 2d25605a
      2003-11-29  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc:
      	Tweak for a few small problems (fix timings, use VERIFY..)
      
      From-SVN: r74034
      Paolo Carlini committed
    • gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New. · 26b0ad13
      	* config/gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.
      	* config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): New.
      
      	* config/alpha/gnu.h, config/alpha/linux.h,
      	config/arm/linux-elf.h, config/cris/cris.h, config/cris/linux.h,
      	config/i370/linux.h, config/i386/gnu.h, config/i386/i386.h,
      	config/i386/linux-aout.h, config/i386/linux.h,
      	config/i386/linux64.h, config/ia64/linux.h, config/m68k/linux.h,
      	config/m68k/uclinux.h, config/mips/linux.h,
      	config/mn10300/linux.h, config/pa/pa-linux.h,
      	config/rs6000/sysv4.h, config/s390/linux.h, config/sh/linux.h,
      	config/sparc/linux.h, config/sparc/linux64.h,
      	config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Use
      	HURD_TARGET_OS_CPP_BUILTINS/LINUX_TARGET_OS_CPP_BUILTINS or ensure
      	all necessary assertions are included.
      
      testsuite:
      	* testsuite/gcc.dg/cpp/assert4.c: Update.
      
      From-SVN: r74031
      Kaveh R. Ghazi committed
    • emit-rtl.c (set_used_flags): New. · 2c07f13b
      
      	* emit-rtl.c (set_used_flags): New.
      	(verify_rtx_sharing, verify_rtl_sharing): New.
      	(unshare_all_rtl_1): Rename to....
      	(unshare_all_rtl_in_chain): ... this one; make static.
      	(copy_rtx_if_shared): LABEL_REF chan be shared.
      	* ifcvt.c (unshare_ifcvt_sequence): New.
      	(noce_try_move, noce_try_store_flag, noce_try_store_flag_constants,
      	noce_try_addcc, noce_try_addcc, noce_try_store_flag_mask,
      	noce_try_cmove, noce_try_store_flag_mask, noce_try_minmax,
      	noce_try_abs, noce_process_if_block, find_cond_trap
      	* rtl.h (verify_rtl_sharing, set_used_flags, unshare_all_rtl_in_chain):
      	Declare.
      
      From-SVN: r74030
      Jan Hubicka committed
    • Daily bump. · 58c5975b
      From-SVN: r74028
      GCC Administrator committed
  2. 28 Nov, 2003 11 commits
  3. 27 Nov, 2003 23 commits