On Thu, Jul 03, 2014 at 07:06:29PM +0200, Toon Moene wrote: > Compiler version: 4.10.0 20140702 (experimental) (GCC) > Platform: x86_64-unknown-linux-gnu > configure flags: --prefix=/home/toon/compilers/install --with-gnu-as > --with-gnu-ld --with-build-config=bootstrap-ubsan --enable-languages=all > --disable-multilib --disable-nls --with-arch=core-avx2 --with-tune=core-avx2 > > Note: --with-build-config=bootstrap-ubsan > > Apparently, the bugs went wild ...
I suspect that's because: https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01549.html which will go away if/when we fix: https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01624.html But I'm only guessing. Marek