[Bug rtl-optimization/43653] [4.3/4.4/4.5/4.6 Regression] ICE at reload1.c:1188 with -O1 -ftree-vectorize and empty struct

law at redhat dot com gcc-bugzilla@gcc.gnu.org
Tue Feb 15 19:21:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43653

--- Comment #8 from Jeffrey A. Law <law at redhat dot com> 2011-02-15 19:01:20 UTC ---
ah.  Fails with -O1 -ftree-vectorize, works with -O2 -ftree-vectorize on trunk.

Appears that we allocate memory (via get_secondary_mem) after the point at
which we believe the size of frame should be fixed.  This would tend to
indicate that during find_reloads we thought no secondary memory was needed,
but then later decided it was needed.  That's clearly bad.



More information about the Gcc-bugs mailing list