From mboxrd@z Thu Jan 1 00:00:00 1970 From: fonseca@mip.sdu.dk To: gcc-gnats@gcc.gnu.org Subject: c/4157: space missing in gcc-3.0.1/gcc/config/i386/cygwin.h Date: Tue, 28 Aug 2001 08:36:00 -0000 Message-id: <20010828153113.12048.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00699.html List-Id: >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: