[Bug rtl-optimization/58960] [4.9 regression] ICE in bmp_iter_set_init
abel at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 21 13:51:00 GMT 2014
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?
More information about the Gcc-bugs
mailing list