RE: Bootstrap failure on native mingw32

2008-04-15 Thread Danny Smith
prot) { > -Original Message- > From: FX [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 16 April 2008 12:28 a.m. > To: GCC Development; Danny Smith > Subject: Bootstrap failure on native mingw32 > > > I'm not exactly sure how this one was introduced, but a bootstrap on >

Re: Bootstrap failure on native mingw32

2008-04-15 Thread Kai Tietz
FX <[EMAIL PROTECTED]> wrote on 15.04.2008 15:21:30: > > I remember that modification. This is related to a patch in > > config/i386/mingw32.h to include for libgcc2 the windows header. > > OK. Bootstrap does proceed with the prototype removed, of course (it's > not yet finished). > > Question i

Re: Bootstrap failure on native mingw32

2008-04-15 Thread Kai Tietz
[EMAIL PROTECTED] wrote on 15.04.2008 14:40:15: > [EMAIL PROTECTED] wrote on 15.04.2008 14:28:17: > > > I'm not exactly sure how this one was introduced, but a bootstrap on > > native i686-pc-mingw32 dies in stage1 libgcc with: > > > > ../../../trunk/libgcc/../gcc/libgcc2.c:2052: warning: no pre

Re: Bootstrap failure on native mingw32

2008-04-15 Thread FX
> I remember that modification. This is related to a patch in > config/i386/mingw32.h to include for libgcc2 the windows header. OK. Bootstrap does proceed with the prototype removed, of course (it's not yet finished). Question is: can we remove it altogether, or are there still cases where it is

Re: Bootstrap failure on native mingw32

2008-04-15 Thread Kai Tietz
[EMAIL PROTECTED] wrote on 15.04.2008 14:28:17: > I'm not exactly sure how this one was introduced, but a bootstrap on > native i686-pc-mingw32 dies in stage1 libgcc with: > > ../../../trunk/libgcc/../gcc/libgcc2.c:2052: warning: no previous > prototype for 'getpagesize' > ../../../trunk/libgcc/.

Bootstrap failure on native mingw32

2008-04-15 Thread FX
I'm not exactly sure how this one was introduced, but a bootstrap on native i686-pc-mingw32 dies in stage1 libgcc with: ../../../trunk/libgcc/../gcc/libgcc2.c:2052: warning: no previous prototype for 'getpagesize' ../../../trunk/libgcc/../gcc/libgcc2.c:2062: error: conflicting types for 'VirtualPr