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/48151] Bootstrap failure in stage3 comparison


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

--- Comment #4 from Anh Vo <anhvofrcaus at gmail dot com> 2011-03-16 18:49:19 UTC ---
Now the build fails at stage 2. Below are the trailing end error messages.

[...]
/c/Gcc/Build-Test_MinWG/./prev-gcc/xgcc -B/c/Gcc/Build-Test_MinWG/./prev-gcc/
-B
/usr/local/i686-pc-mingw32/bin/
-L/c/Gcc/Build-Test_MinWG/i686-pc-mingw32/winsup
/mingw -L/c/Gcc/Build-Test_MinWG/i686-pc-mingw32/winsup/w32api/lib -isystem
/c/G
cc/gcc-4.6.0-RC-20110314/winsup/mingw/include -isystem
/c/Gcc/gcc-4.6.0-RC-20110
314/winsup/w32api/include -B/usr/local/i686-pc-mingw32/bin/
-B/usr/local/i686-pc
-mingw32/lib/ -isystem /usr/local/i686-pc-mingw32/include -isystem
/usr/local/i6
86-pc-mingw32/sys-include    -c   -g -O2 -D__USE_MINGW_ACCESS
-Wno-pedantic-ms-f
ormat -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmiss
ing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic
-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat  
-DHAVE_CON
FIG_H -I. -I. -I../../gcc-4.6.0-RC-20110314/gcc
-I../../gcc-4.6.0-RC-20110314/gc
c/. -I../../gcc-4.6.0-RC-20110314/gcc/../include -I./../intl
-I../../gcc-4.6.0-R
C-20110314/gcc/../libcpp/include 
-I../../gcc-4.6.0-RC-20110314/gcc/../libdecnum
ber -I../../gcc-4.6.0-RC-20110314/gcc/../libdecnumber/bid -I../libdecnumber   
.
./../gcc-4.6.0-RC-20110314/gcc/dojump.c -o dojump.o
/c/Gcc/Build-Test_MinWG/./prev-gcc/xgcc -B/c/Gcc/Build-Test_MinWG/./prev-gcc/
-B
/usr/local/i686-pc-mingw32/bin/
-L/c/Gcc/Build-Test_MinWG/i686-pc-mingw32/winsup
/mingw -L/c/Gcc/Build-Test_MinWG/i686-pc-mingw32/winsup/w32api/lib -isystem
/c/G
cc/gcc-4.6.0-RC-20110314/winsup/mingw/include -isystem
/c/Gcc/gcc-4.6.0-RC-20110
314/winsup/w32api/include -B/usr/local/i686-pc-mingw32/bin/
-B/usr/local/i686-pc
-mingw32/lib/ -isystem /usr/local/i686-pc-mingw32/include -isystem
/usr/local/i6
86-pc-mingw32/sys-include    -c   -g -O2 -D__USE_MINGW_ACCESS
-Wno-pedantic-ms-f
ormat -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmiss
ing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic
-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat  
-DHAVE_CON
FIG_H -I. -I. -I../../gcc-4.6.0-RC-20110314/gcc
-I../../gcc-4.6.0-RC-20110314/gc
c/. -I../../gcc-4.6.0-RC-20110314/gcc/../include -I./../intl
-I../../gcc-4.6.0-R
C-20110314/gcc/../libcpp/include 
-I../../gcc-4.6.0-RC-20110314/gcc/../libdecnum
ber -I../../gcc-4.6.0-RC-20110314/gcc/../libdecnumber/bid -I../libdecnumber   
.
./../gcc-4.6.0-RC-20110314/gcc/dominance.c -o dominance.o
make[3]: *** wait: No children.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: *** wait: No children.  Stop.
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Interrupt
make: *** [all] Interrupt


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