http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56637
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu.org
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-03-16
21:22:43 UTC ---
The symptoms you describe could indicate a classic error like
an index out of bounds error, an argument mismatch or a variable
which has not been set.
You could run your program under valgrind, and see if you
find anything.
You could also look the output from -fdump-tree-original
to see if anything looks wrong.