]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 5 Jan 2010 17:14:30 +0000 (17:14 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 5 Jan 2010 17:14:30 +0000 (17:14 +0000)
commit6a4d4e8a858aa2290092d5a7200ec797daf3ae1b
tree94d109ef057bc7ce14a8f5017dfbbe0b88f96afb
parentd097567da357024ce7863036368e48b0fd4baaaa
re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)

gcc:
PR bootstrap/41771
* flags.h: Don't include real.h.
(HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
* real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
* dominance.c: Update copyright.
* gimple.c (walk_gimple_op): Remove inline.
* tree-ssa-reassoc.c: Include real.h.
* Makefile.in (FLAGS_H): Remove $(REAL_H).
(tree-ssa-reassoc.o): Depend on $(REAL_H).

include:
PR bootstrap/41771
* ansidecl.h: Fix inline test for C99 and Sun Studio cc.

From-SVN: r155654
gcc/ChangeLog
gcc/Makefile.in
gcc/dominance.c
gcc/flags.h
gcc/gimple.c
gcc/real.h
gcc/tree-ssa-reassoc.c
include/ChangeLog
include/ansidecl.h