Re: build/genmodes: config/i386/i386-modes.def:25: (TF) field format must not be set

2014-07-13 Thread Arseny Solokha
ild/genmodes: machmode.def:242: (SD) field format must not be set > make: *** [s-modes-h] Error 1 gcc-4.10-20140713 fails to bootstrap the same way also for x86_64-pc-linux-gnu. build/genmodes -m > tmp-min-modes.c build/genmodes: config/i386/i386-modes.def:25: (TF) field format must not be set bu

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_

gcc-4.10-20140713 is now available

2014-07-13 Thread gccadmin
Snapshot gcc-4.10-20140713 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.10-20140713/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.10 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: build/genmodes: config/i386/i386-modes.def:25: (TF) field format must not be set

2014-07-13 Thread David Edelsohn
This failure now appears for powerpc-aix. I do not know if it happens for ppc64-linux also. Bootstrap currently is broken on AIX. build/genmodes -h > tmp-modes.h build/genmodes: config/rs6000/rs6000-modes.def:23: (TF) field format must not be set build/genmodes: machmode.def:203: (DF) field form

Gcc (4.8.3) aarch64-linux-gnu testsuite results

2014-07-13 Thread Raghu L
Dear GCC Team, I would like to report a successful crossbuild of gcc 4.8.3 for aarch64-linux-gnu on linux (Ubuntu 12.04.3 LTS) as described at https[colon]//raghunathlolur[dot]wordpress[dot]com/2014/06/17/cross-compiling-gcc-4-8-3-for-aarch64-port/ The buildstat info and test results are as be

Inherited thread-local variables

2014-07-13 Thread Nadav Har'El
Hi, I'm trying to implement *inherited* thread-local C++ variables. These are are per-thread values, like regular thread-local variables, with one twist: the value in a new thread is copied from the value in the parent thread, instead of being set to its default value. Everything is working for me

Re: [GSoC] symbol to denote multiple operators

2014-07-13 Thread Prathamesh Kulkarni
On Fri, Jul 11, 2014 at 8:29 PM, Prathamesh Kulkarni wrote: > On 7/11/14, Richard Biener wrote: >> On Thu, Jul 10, 2014 at 8:05 PM, Prathamesh Kulkarni >> wrote: >>> Hi, >>>I have attempted to add syntax for symbol to denote multiple >>> operators. >>> >>> I tried it with few bogus patterns