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
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_
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
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
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
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
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