This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build/genmodes: config/i386/i386-modes.def:25: (TF) field format must not be set
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: gcc at gcc dot gnu dot org
- Cc: gerald at pfeifer dot com
- Date: Wed, 09 Jul 2014 01:13:17 +0200
- Subject: Re: build/genmodes: config/i386/i386-modes.def:25: (TF) field format must not be set
- Authentication-results: sourceware.org; auth=none
> I've been looking for a smoking gun, but did not find one. Interestingly
> this only happens in stage3 on i386-unknown-freebsd10.0 where clang is the
> bootstrap compiler: ...
Same thing here on x86_64-apple-darwin13 at r212373 configured with
$ ../p_work/configure --prefix=/opt/gcc/gcc4.10p-212373 --enable-languages=c,c++,lto,fortran,ada,objc,obj-c++ --with-gmp=/opt/mp --with-system-zlib --enable-checking=release --with-isl=/opt/mp --enable-lto --enable-plugin --with-arch=core2 --with-cpu=core2
My bootstrap compiler is gcc r211652. With it I have successfully
boostrapped r212366 configured with
$ ../work/configure --prefix=/opt/gcc/gcc4.10w --enable-languages=c,c++,fortran,objc,obj-c++,ada,java,lto --with-gmp=/opt/mp --with-system-zlib --with-isl=/opt/mp --enable-lto --enable-plugin --with-arch=corei7 --with-cpu=corei7
Dominique