http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58960
Andrey Belevantsev <abel at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abel at gcc dot gnu.org --- Comment #3 from Andrey Belevantsev <abel at gcc dot gnu.org> --- I've tried to reproduce this with a simple cross (no includes, just ./gcc/xg++ -Bgcc/ -nostdinc++ -nostdinc++ -std=gnu++11 -O3 -ftracer -fsched-pressure -S ~/develop/trunk/gcc/testsuite/g++.dg/opt/pr48272.C -S); this doesn't fail but instead valgrind spills out a number of ira-related warnings of uninitialized values -- does this still fails for you? Do I need to try the native build?