Re: GCC 4.5 is uncompilable

2009-11-23 Thread Piotr Wyderski
Dave Korn wrote:  If that doesn't fix it please let me know. The solution was correct, with binutils 2.20 the problem disappeared. There is another one, however on the snapshot 20091119: ../../gcc/lto-streamer-out.c: In function 'write_global_references': ../../gcc/lto-streamer-out.c:2201:7:

Re: GCC 4.5 is uncompilable

2009-11-23 Thread Dave Korn
Piotr Wyderski wrote: Dave Korn wrote: If that doesn't fix it please let me know. The solution was correct, with binutils 2.20 the problem disappeared. There is another one, however on the snapshot 20091119: ../../gcc/lto-streamer-out.c: In function 'write_global_references':

Re: GCC 4.5 is uncompilable

2009-11-21 Thread Dave Korn
Matt wrote: Hey Dave, What OS are you bootstrapping on, and with which compiler/version? (Cygwin, I assume, but you never know ;) Yep, Cygwin native using 4.3.4 as bootstrap compiler. I haven't been able to bootstrap for a few weeks, but no one answered my email for help (which probably

GCC 4.5 is uncompilable

2009-11-20 Thread Piotr Wyderski
An attempt to build either gcc-trunk or the most recent snapshot (20091119) with Cygwin (the build compiler is either GCC 4.4.0 or 4.5-20090604), configured as: $ ../configure --prefix=/opt/gcc-4.5-20091119 -v --enable-bootstrap --enable-ve rsion-specific-runtime-libs --enable-shared

Re: GCC 4.5 is uncompilable

2009-11-20 Thread Kai Tietz
2009/11/20 Piotr Wyderski piotr.wyder...@gmail.com: An attempt to build either gcc-trunk or the most recent snapshot (20091119) with Cygwin (the build compiler is either GCC 4.4.0 or 4.5-20090604), configured as: $ ../configure --prefix=/opt/gcc-4.5-20091119 -v --enable-bootstrap

Re: GCC 4.5 is uncompilable

2009-11-20 Thread Piotr Wyderski
Kai Tietz wrote: This error you get is more related to used binutils version.The warning you get looks more like a cripled '-Wl,--tsaware'. Thanks, that looks like a good explanation. Which binutils version you are using? $ ld -v GNU ld (GNU Binutils) 2.18.50.20080625 I'll try to upgrade

Re: GCC 4.5 is uncompilable

2009-11-20 Thread Dave Korn
Piotr Wyderski wrote: Kai Tietz wrote: This error you get is more related to used binutils version.The warning you get looks more like a cripled '-Wl,--tsaware'. Thanks, that looks like a good explanation. Yes, I added this to HEAD recently Which binutils version you are using? $

Re: GCC 4.5 is uncompilable

2009-11-20 Thread Richard Guenther
On Fri, Nov 20, 2009 at 9:06 PM, Dave Korn dave.korn.cyg...@googlemail.com wrote: Piotr Wyderski wrote: Kai Tietz wrote: This error you get is more related to used binutils version.The warning you get looks more like a cripled '-Wl,--tsaware'. Thanks, that looks like a good explanation.