This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]