[Bug middle-end/61853] [4.9/5 Regression] ICE: SIGSEGV in store_field
danglin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Sep 13 19:04:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853
--- Comment #11 from John David Anglin <danglin at gcc dot gnu.org> ---
This is probably a bug in pa_function_value. Nominally, we return
5 to 8 byte aggregate values in a BLKmode because of the odd right
justification of the object. However in this case, we have a DFmode
aggregate and treating it as BLKmode causes the ICE.
More information about the Gcc-bugs
mailing list