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

Denis Excoffier <g...@denis-excoffier.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |i686-pc-cygwin
               Host|                            |i686-pc-cygwin
              Build|                            |i686-pc-cygwin

--- Comment #1 from Denis Excoffier <g...@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.

Reply via email to