This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11455] Bootstrap failure in Cygwin
- From: "cgf at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2003 21:26:23 -0000
- Subject: [Bug bootstrap/11455] Bootstrap failure in Cygwin
- References: <20030707202316.11455.kelleycook@wideopenwest.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11455
------- Additional Comments From cgf at redhat dot com 2003-07-08 21:26 -------
Subject: Re: New: Bootstrap failure in cygwin
On Tue, Jul 08, 2003 at 08:25:02AM +1000, Danny Smith wrote:
>> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>>
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11455
>>
>> Summary: Bootstrap failure in Cygwin
>> Product: gcc
>> Version: 3.4
>> Status: UNCONFIRMED
>> Severity: normal
>> Priority: P2
>> Component: bootstrap
>> AssignedTo: dannysmith at clear dot net dot nz
>> ReportedBy: kelleycook at wideopenwest dot com
>> CC: bmj2001 at bellsouth dot net,gcc-bugs at gcc dot gnu dot
>> org
>> GCC build triplet: i686-pc-cygwin
>> GCC host triplet: i686-pc-cygwin
>> GCC target triplet: i686-pc-cygwin
>>
>> GCC 3.4 under Cygwin currently fails due to incorrect format specifiers in
>> config/i386/winnt.c
>>
>> The cause of this failure was Danny Smith's patch located at
>> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01681.html which uses "%D".
>>
>
>This fixes. Okay to check in?
Yes.
cgf