GCC 4.9.1 Status Report (2014-07-10)

2014-07-10 Thread Jakub Jelinek
Status == GCC 4.9.1-rc1 has been created and announced, the branch is now frozen for blocking regressions and documentation fixes only and all changes to the branch require a RM approval. If all goes well, 4.9.1 will be released in a week. Quality Data Priority # Chan

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-10 Thread Franzi Edo.
Hi, As for the version 4.9.0, on OSX stil remain a problem. I cannot build an ARM a cross compiler! Here is the message (same as for the 4.9.0) ... .../Packages/gcc-4.9.1/gcc/config/arm/neon.md:3486:10917: fatal error: bracket nesting level exceeded maximum of 256 .../Packages/gcc-4.9.1/gcc/

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-10 Thread Ian Lance Taylor
On Thu, Jul 10, 2014 at 11:40 AM, Franzi Edo. wrote: > > As for the version 4.9.0, on OSX stil remain a problem. > I cannot build an ARM a cross compiler! > Here is the message (same as for the 4.9.0) > > ... > .../Packages/gcc-4.9.1/gcc/config/arm/neon.md:3486:10917: fatal error: > bracket

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-10 Thread pinskia
> On Jul 10, 2014, at 3:13 PM, Ian Lance Taylor wrote: > >> On Thu, Jul 10, 2014 at 11:40 AM, Franzi Edo. wrote: >> >> As for the version 4.9.0, on OSX stil remain a problem. >> I cannot build an ARM a cross compiler! >> Here is the message (same as for the 4.9.0) >> >> ... >> .../Packages/g

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-10 Thread Joel Sherrill
On 7/10/2014 5:14 PM, pins...@gmail.com wrote: > >> On Jul 10, 2014, at 3:13 PM, Ian Lance Taylor wrote: >> >>> On Thu, Jul 10, 2014 at 11:40 AM, Franzi Edo. wrote: >>> >>> As for the version 4.9.0, on OSX stil remain a problem. >>> I cannot build an ARM a cross compiler! >>> Here is the message

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-11 Thread Franzi Edo.
Hi All, Thank you for your suggestions. Unfortunately, no way! I tried these actions: 1. using apple-gcc4.2 for building my cross gcc compiler 2. I tried XCode (llvm) 3. I tried to add this make CFLAGS="-g -O2 -fbracket-depth=512” (512, 1024, 2048 … no way)! 4. I can generate my cross co

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-11 Thread Chris Johns
On 12/07/2014 4:52 am, Franzi Edo. wrote: make CFLAGS="-g -O2 -fbracket-depth=512” (512, 1024, 2048 … no way)! For a cross-compiler I think this should be BUILD_CFLAGS and I suggest 1024 rather than 512 ? Chris

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-12 Thread James Greenhalgh
On Fri, Jul 11, 2014 at 07:52:06PM +0100, Franzi Edo. wrote: > Hi All, > Thank you for your suggestions. > Unfortunately, no way! > > 4. I can generate my cross compiler based on the "gcc 4.8.3” without problem > (using both the apple-gcc4.2 or the XCode llvm) So, what has changed of > fundamental

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-12 Thread Franzi Edo.
Hi James (all), Thank you for all of your suggestions. I tried everything unsuccessfully. Unfortunately, the make CFLAGS="-g -O2 -fbracket-depth=1024” and the make BUILD_CFLAGS="-g -O2 -fbracket-depth=1024” do not solve the problem. Well, at this point, I have to admit that I am a bit lost. So,

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-13 Thread Chris Johns
On 13/07/2014 3:38 am, Franzi Edo. wrote: Hi James (all), Thank you for all of your suggestions. I tried everything unsuccessfully. Unfortunately, the make CFLAGS="-g -O2 -fbracket-depth=1024” and the make BUILD_CFLAGS="-g -O2 -fbracket-depth=1024” do not solve the problem. Please add 'BUILD_

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-14 Thread Franzi Edo.
Hi Chris, no way! It is like if gcc do not take in account of my BUILD_CFLAGS="-g -O2 -fbracket-depth=1024“ I even tried N=2048! /opt/uKOS/Packages/gcc-4.9.1/gcc/config/arm/neon.md:3486:10917: fatal error: bracket nesting level exceeded maximum of 256 /opt/uKOS/Packages/gcc-4.9.1/gcc/config

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-14 Thread Michael Matz
Hi, On Mon, 14 Jul 2014, Franzi Edo. wrote: > It is like if gcc do not take in account of my BUILD_CFLAGS="-g -O2 > -fbracket-depth=1024“ GCC meanwhile is compiled with c++. Instead of CFLAGS use CXXFLAGS. I.e. BUILD_CXXFLAGS, and so on. No guarantees, but at least foobar_CFLAGS only shoul

Re: GCC 4.9.1 Status Report (2014-07-10)

2014-07-14 Thread Franzi Edo.
Hi Michael (all), Thank you for that! Unfortunately, even with BUILD_CXXFLAGS I have the same error …. Ciao Edo On 14 Jul 2014, at 16:53, Michael Matz wrote: > Hi, > > On Mon, 14 Jul 2014, Franzi Edo. wrote: > >> It is like if gcc do not take in account of my BUILD_CFLAGS="-g -O2 >> -fbracke