This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/41771] Bootstrap with Sun Studio 12.1 fails



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]