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.