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/42529] Stage 1 compiler cannot compile



------- Comment #6 from mckelvey at maskull dot com  2009-12-30 02:28 -------
Here's what I get in the debugger with -v:

(gdb) run -B/cygdrive/e/Home/cvsroot/gcc-obj/./gcc/
-B/usr/local/i686-pc-cygwin/bin/ -B/usr/local/i686-pc-cygwin/lib/ -isystem
/usr/local/i686-pc-cygwin/include -isystem
/usr/local/i686-pc-cygwin/sys-include  -v  -c -g -O2  conftest.c
The program being debugged has been started already.
Start it from the beginning? (y or n) y

Starting program: /cygdrive/e/Home/cvsroot/gcc-obj/gcc/xgcc
-B/cygdrive/e/Home/cvsroot/gcc-obj/./gcc/ -B/usr/local/i686-pc-cygwin/bin/
-B/usr/local/i686-pc-cygwin/lib/ -isystem /usr/local/i686-pc-cygwin/include
-isystem /usr/local/i686-pc-cygwin/sys-include  -v  -c -g -O2  conftest.c
[New Thread 1708.0x9b4]
[New Thread 1708.0xf2c]

Breakpoint 1, main (argc=13, argv=0x14c9b50)
    at /cygdrive/e/Home/cvsroot/gcc/gcc/gcc.c:6777
6777      int linker_was_run = 0;
(gdb) c
Continuing.
Reading specs from /cygdrive/e/Home/cvsroot/gcc-obj/./gcc/specs
COLLECT_GCC=/cygdrive/e/Home/cvsroot/gcc-obj/gcc/xgcc
COLLECT_LTO_WRAPPER=/cygdrive/e/Home/cvsroot/gcc-obj/./gcc/lto-wrapper.exe
Target: i686-pc-cygwin
Configured with: /cygdrive/e/Home/cvsroot/gcc/configure --verbose
--enable-threads --disable-nls --enable-checking=release
--disable-win32-registry --disable-lto --enable-languages=c,c++
Thread model: posix
gcc version 4.5.0 20091228 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-B/cygdrive/e/Home/cvsroot/gcc-obj/./gcc/'
'-B/usr/local/i686-pc-cygwin/bin/' '-B/usr/local/i686-pc-cygwin/lib/'
'-isystem' '/usr/local/i686-pc-cygwin/include' '-isystem'
'/usr/local/i686-pc-cygwin/sys-include' '-v' '-c' '-g' '-O2' '-mtune=generic'
 /cygdrive/e/Home/cvsroot/gcc-obj/./gcc/cc1.exe -quiet -v -iprefix
/cygdrive/e/Home/cvsroot/gcc-obj/gcc/../lib/gcc/i686-pc-cygwin/4.5.0/ -isystem
/cygdrive/e/Home/cvsroot/gcc-obj/./gcc/include -isystem
/cygdrive/e/Home/cvsroot/gcc-obj/./gcc/include-fixed -D__CYGWIN32__
-D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter /usr/lib/../include/w32api
-idirafter ../../include/w32api -isystem /usr/local/i686-pc-cygwin/include
-isystem /usr/local/i686-pc-cygwin/sys-include conftest.c -quiet -dumpbase
conftest.c -mtune=generic -auxbase conftest -g -O2 -version -o
/cygdrive/c/DOCUME~1/Owner/LOCALS~1/Temp/ccz9XOze.s
[New Thread 1708.0x658]

Program exited with code 01.


-- 


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


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