Bug 40169 - [4.5 Regression] bootstrap broken again!-(
Summary: [4.5 Regression] bootstrap broken again!-(
Status: RESOLVED DUPLICATE of bug 40172
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.5.0
: P3 blocker
Target Milestone: 4.5.0
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2009-05-16 12:21 UTC by Dominique d'Humieres
Modified: 2024-01-20 22:31 UTC (History)
5 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2009-05-16 12:30:05


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2009-05-16 12:21:05 UTC
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
Comment 1 Laurent GUERBY 2009-05-16 12:30:05 UTC
Seen on sparc-linux too.
Comment 2 Andrew Pinski 2009-05-16 14:45:30 UTC
I can only assume ia64 too:
http://gcc.gnu.org/ml/gcc-regression/2009-05/msg00131.html
Comment 3 H.J. Lu 2009-05-16 15:18:41 UTC

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