Re: [Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2015-01-03 Thread Kai Tietz
Ok, so please apply patch. Thanks, Kai 2015-01-03 9:25 GMT+01:00 Dongsheng Song : > Yes, I can cross build binutils 2.24, gdb 7.8.1, gcc 4.8/4.9/5.0 (both > 32 bit and 64 bit). Then use these cross build compiler (gcc > 4.8/4.9/5.0) can build the native compiler (gcc 4.8/4.9/5.0) without > any re

Re: [Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2015-01-03 Thread Dongsheng Song
Yes, I can cross build binutils 2.24, gdb 7.8.1, gcc 4.8/4.9/5.0 (both 32 bit and 64 bit). Then use these cross build compiler (gcc 4.8/4.9/5.0) can build the native compiler (gcc 4.8/4.9/5.0) without any regress. PS: this patch did not remove any header files, it just fix compile errors: fatal e

Re: [Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2015-01-02 Thread Kai Tietz
AFAI remember was this header necessary for some of this header users. Have you tried to bootstrap binutils/gcc with this change? I remember there was a reason to depend on this header, but I can recall why exactly. Anyway, if boostrap of binutils/gcc is fine without regressions, then I am ok with

Re: [Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-31 Thread Alexpux
> 31 дек. 2014 г., в 6:19, dongsheng.s...@gmail.com написал(а): > > > The header file 'ansidecl.h' did not in the repo, and not generated by any > script. > > OK for commit ? > ansidecl.h is part of binutils/gdb > Regards, > Dongsheng > >

Re: [Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-30 Thread NAKAI Yuta
> From: dongsheng.s...@gmail.com > To: mingw-w64-public@lists.sourceforge.net > Date: Wed, 31 Dec 2014 11:19:21 +0800 > Subject: [Mingw-w64-public] [PATCH] Do not include non-existent header file > 'ansidecl.h' > > From: Dongsheng Song > > --- > m

[Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-30 Thread dongsheng . song
The header file 'ansidecl.h' did not in the repo, and not generated by any script. OK for commit ? Regards, Dongsheng -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and deve

[Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-30 Thread dongsheng . song
From: Dongsheng Song --- mingw-w64-headers/crt/ieeefp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-headers/crt/ieeefp.h b/mingw-w64-headers/crt/ieeefp.h index d22a4b5..d8bbf40 100644 --- a/mingw-w64-headers/crt/ieeefp.h +++ b/mingw-w64-headers/crt/ieeefp.h @@ -3,7 +3,6 @@ #i