public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40169]  New: [4.5 Regression] bootstrap broken again!-(
@ 2009-05-16 12:21 dominiq at lps dot ens dot fr
  2009-05-16 12:30 ` [Bug bootstrap/40169] " laurent at guerby dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-05-16 12:21 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping revision 147608 on powerpc-apple-darwin9 failed at stage2 with:

...
/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/
-B/opt/gcc/gcc4.5w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.5w/powerpc-apple-darwin9/bin/
-B/opt/gcc/gcc4.5w/powerpc-apple-darwin9/lib/ -isystem
/opt/gcc/gcc4.5w/powerpc-apple-darwin9/include -isystem
/opt/gcc/gcc4.5w/powerpc-apple-darwin9/sys-include    -c  -g -O2
-mdynamic-no-pic -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I.
-I../../gcc-4.5-work/gcc -I../../gcc-4.5-work/gcc/.
-I../../gcc-4.5-work/gcc/../include -I../../gcc-4.5-work/gcc/../libcpp/include
-I/sw/include  -I../../gcc-4.5-work/gcc/../libdecnumber
-I../../gcc-4.5-work/gcc/../libdecnumber/dpd -I../libdecnumber -I/sw/include 
-I/sw/include -DCLOOG_PPL_BACKEND   ../../gcc-4.5-work/gcc/combine.c -o
combine.o
cc1: warnings being treated as errors
../../gcc-4.5-work/gcc/combine.c: In function 'try_combine':
../../gcc-4.5-work/gcc/combine.c:2766: error: logical 'and' of mutually
exclusive tests is always false
../../gcc-4.5-work/gcc/combine.c:2787: error: logical 'and' of mutually
exclusive tests is always false
../../gcc-4.5-work/gcc/combine.c:2789: error: logical 'and' of mutually
exclusive tests is always false
make[3]: *** [combine.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2


-- 
           Summary: [4.5 Regression] bootstrap broken again!-(
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/40169] [4.5 Regression] bootstrap broken again!-(
  2009-05-16 12:21 [Bug bootstrap/40169] New: [4.5 Regression] bootstrap broken again!-( dominiq at lps dot ens dot fr
@ 2009-05-16 12:30 ` laurent at guerby dot net
  2009-05-16 14:45 ` [Bug middle-end/40169] " pinskia at gcc dot gnu dot org
  2009-05-16 15:19 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: laurent at guerby dot net @ 2009-05-16 12:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from laurent at guerby dot net  2009-05-16 12:30 -------
Seen on sparc-linux too.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|powerpc-apple-darwin9       |
   GCC host triplet|powerpc-apple-darwin9       |
 GCC target triplet|powerpc-apple-darwin9       |
   Last reconfirmed|0000-00-00 00:00:00         |2009-05-16 12:30:05
               date|                            |


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/40169] [4.5 Regression] bootstrap broken again!-(
  2009-05-16 12:21 [Bug bootstrap/40169] New: [4.5 Regression] bootstrap broken again!-( dominiq at lps dot ens dot fr
  2009-05-16 12:30 ` [Bug bootstrap/40169] " laurent at guerby dot net
@ 2009-05-16 14:45 ` pinskia at gcc dot gnu dot org
  2009-05-16 15:19 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-05-16 14:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-05-16 14:45 -------
I can only assume ia64 too:
http://gcc.gnu.org/ml/gcc-regression/2009-05/msg00131.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
          Component|bootstrap                   |middle-end
           Keywords|                            |build
   Target Milestone|---                         |4.5.0


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug middle-end/40169] [4.5 Regression] bootstrap broken again!-(
  2009-05-16 12:21 [Bug bootstrap/40169] New: [4.5 Regression] bootstrap broken again!-( dominiq at lps dot ens dot fr
  2009-05-16 12:30 ` [Bug bootstrap/40169] " laurent at guerby dot net
  2009-05-16 14:45 ` [Bug middle-end/40169] " pinskia at gcc dot gnu dot org
@ 2009-05-16 15:19 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-16 15:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-05-16 15:18 -------


*** This bug has been marked as a duplicate of 40172 ***


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-16 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-16 12:21 [Bug bootstrap/40169] New: [4.5 Regression] bootstrap broken again!-( dominiq at lps dot ens dot fr
2009-05-16 12:30 ` [Bug bootstrap/40169] " laurent at guerby dot net
2009-05-16 14:45 ` [Bug middle-end/40169] " pinskia at gcc dot gnu dot org
2009-05-16 15:19 ` hjl dot tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).