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/16341] [3.5 Regression] BOOT_CFLAGS='-O2 -fno-inline' causes a comparision failure


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-03 20:29 -------
I fails on "29 Jun 2004 17:05:45 -0000"
The only two patches went in during the time frame is:
2004-06-29  Andrew Pinski  <apinski@apple.com>

        * tree-sra.c: Include expr.h for definition of MOVE_RATIO.
        * Makefile.in (tree-sra.c): Update dependencies.

2004-06-29  Richard Henderson  <rth@redhat.com>

        * tree-sra.c: Rewrite from scratch.  Handle nested aggregates.

My patch is only to get the build back up and building on powerpc-apple-darwin.

Richard can you look into this?

There is another bootstrap failure which is most likely related to this failure, it is a much harder to 
reproduce though, you build a full mainline and then you build the mainline again with the new 
compiler and it looks like it does not miscompiling of libcpp but I could be wrong.  It fails in stage2 
because __extension__ is missing from the preprocessed source.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16341


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