[Bug bootstrap/60830] ICE on bootstrapping on cygwin
gcc@Denis-Excoffier.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 13 11:05:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830
Denis Excoffier <gcc@Denis-Excoffier.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |i686-pc-cygwin
Host| |i686-pc-cygwin
Build| |i686-pc-cygwin
--- Comment #1 from Denis Excoffier <gcc@Denis-Excoffier.org> ---
Typos:
- 1st cc1 command should read "cc1 -quiet -o foo.o foo.c" instead of "cc1
-quiet -o foo.c foo.c"
- the newmask in strace output is FFFEFEDF and not FFFEFEDK
- the cc1 command is missing when foo.c is erroneous:
cc1 -quiet -o foo.o foo.c
Also, tke kill (xxxx, 6) is also present when foo.c is erroneous.
More information about the Gcc-bugs
mailing list