This is the mail archive of the gcc-prs@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]

c/4157: space missing in gcc-3.0.1/gcc/config/i386/cygwin.h



>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:


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