c/4157: space missing in gcc-3.0.1/gcc/config/i386/cygwin.h
fonseca@mip.sdu.dk
fonseca@mip.sdu.dk
Tue Aug 28 08:36:00 GMT 2001
>Number: 4157
>Category: c
>Synopsis: space missing in gcc-3.0.1/gcc/config/i386/cygwin.h
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: rejects-legal
>Submitter-Id: net
>Arrival-Date: Tue Aug 28 08:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: René Fonseca
>Release: gcc version 3.0.1
>Organization:
>Environment:
>Description:
A missing space in the source file "gcc-3.0.1/gcc/config/i386/cygwin.h" prevents compilation with the option "-mno-cygwin". The missing space results in an invalid spec string.
A compilation like "gcc -mno-cygwin mysource.c" results in:
cc1.exe: Output filename specified twice
Sorry, no full dump with option "-v". Looks very bad in this gnatsweb-window.
>How-To-Repeat:
>Fix:
Here you have the diff output of the before and after source file:
83c83
< "-isystem /usr/local/include/mingw" \
---
> "-isystem /usr/local/include/mingw " \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-prs
mailing list