https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68099

--- Comment #6 from Jonathan Ben-Avraham <yba at tkos dot co.il> ---
(In reply to Richard Earnshaw from comment #1)
> The gcc developers do not use crosstool, so providing us with a config for
> it is of no help.  Furthermore, un-preprocessed source means we are unlikely
> to be able to reproduce the exact conditions leading up to the failure you
> see.
> 
> What we do need are:
> 
> 1) The output of "gcc -v", showing how the compiler was actually configured.
> 2) *Pre-processed* source that we can feed into our own builds of the
> compiler to try to reproduce the problem

jonathana@orcam81:~/pub/gcc/bugs$
/homes/jonathana/pub/mxs/tc/2015092100/arm-mxs-linux-gnueabihf/bin/arm-mxs-linux-gnueabihf-gcc
-v
Using built-in specs.
COLLECT_GCC=/homes/jonathana/pub/mxs/tc/2015092100/arm-mxs-linux-gnueabihf/bin/arm-mxs-linux-gnueabihf-gcc
COLLECT_LTO_WRAPPER=/homes/jonathana/pub/mxs/tc/2015092100/arm-mxs-linux-gnueabihf/bin/../libexec/gcc/arm-mxs-linux-gnueabihf/5.1.0/lto-wrapper
Target: arm-mxs-linux-gnueabihf
Configured with: /home/yba/crosstool-ng-1.21.0/.build/src/gcc-5.1.0/configure
--build=x86_64-build_unknown-linux-gnu --host=x86_64-build_unknown-linux-gnu
--target=arm-mxs-linux-gnueabihf
--prefix=/home/yba/crosstool-ng-1.21.0/x-tools/arm-mxs-linux-gnueabihf
--with-sysroot=/home/yba/crosstool-ng-1.21.0/x-tools/arm-mxs-linux-gnueabihf/arm-mxs-linux-gnueabihf/sysroot
--enable-languages=c,c++ --with-cpu=cortex-a9 --with-fpu=neon --with-float=hard
--with-pkgversion='crosstool-NG ' --enable-__cxa_atexit --disable-libmudflap
--disable-libgomp --disable-libssp --disable-libquadmath
--disable-libquadmath-support --enable-libsanitizer
--with-gmp=/home/yba/crosstool-ng-1.21.0/.build/arm-mxs-linux-gnueabihf/buildtools
--with-mpfr=/home/yba/crosstool-ng-1.21.0/.build/arm-mxs-linux-gnueabihf/buildtools
--with-mpc=/home/yba/crosstool-ng-1.21.0/.build/arm-mxs-linux-gnueabihf/buildtools
--with-isl=/home/yba/crosstool-ng-1.21.0/.build/arm-mxs-linux-gnueabihf/buildtools
--with-cloog=/home/yba/crosstool-ng-1.21.0/.build/arm-mxs-linux-gnueabihf/buildtools
--with-libelf=/home/yba/crosstool-ng-1.21.0/.build/arm-mxs-linux-gnueabihf/buildtools
--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'
--enable-threads=posix --enable-target-optspace --disable-nls
--disable-multilib
--with-local-prefix=/home/yba/crosstool-ng-1.21.0/x-tools/arm-mxs-linux-gnueabihf/arm-mxs-linux-gnueabihf/sysroot
--enable-long-long
Thread model: posix
gcc version 5.1.0 (crosstool-NG )

Reply via email to