[Bug tree-optimization/69209] [6 Regression] ICE at -Os and above on x86_64-linux-gnu (verify_gimple failed)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 11 09:49:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69209
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Unless I'm misreading ipa-split.c, it seems it is unprepared to see addressable
retvals with gimple reg type, but where due to the addressability retval is not
is_gimple_val. Unfortunately, it doesn't seem to be just a single spot, but
tons of them. I'm afraid with right testcases we could end up e.g. with
addressable int var on the lhs of a call, or as base of a MEM, etc. Richard,
can you please have a look?
More information about the Gcc-bugs
mailing list