http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-13
09:28:58 UTC ---
So you are seeing an inline difference. Maybe check compile of ggc-page.c
with the stage1/stage2 compilers with valgrind if there is some uninitialized
memory use.
Honza, anything obvious that could go wrong? Side-effects in asserts?