[Bug target/83670] m32c ICE in leaf_function_p, at final.c:4368
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 26 22:25:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83670
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2019-02-26
Ever confirmed|0 |1
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Exposed by https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01027.html .
The value might already be cached by the time we call leaf_function_p in
crtl->is_leaf which can be used here instead.
Related to the similar issue on mmix: PR 85666.
More information about the Gcc-bugs
mailing list