This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/41771] Bootstrap with Sun Studio 12.1 fails
- From: "ro at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2010 17:14:45 -0000
- Subject: [Bug bootstrap/41771] Bootstrap with Sun Studio 12.1 fails
- References: <bug-41771-279@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from ro at gcc dot gnu dot org 2010-01-05 17:14 -------
Subject: Bug 41771
Author: ro
Date: Tue Jan 5 17:14:30 2010
New Revision: 155654
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155654
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/Makefile.in
trunk/gcc/dominance.c
trunk/gcc/flags.h
trunk/gcc/gimple.c
trunk/gcc/real.h
trunk/gcc/tree-ssa-reassoc.c
trunk/include/ChangeLog
trunk/include/ansidecl.h
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41771