https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2020-12-10 Status|UNCONFIRMED |NEW --- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Hongtao.liu from comment #5) > Shouldn't condition like > > (cfun->machine->func_type == TYPE_EXCEPTION \ > + || (cfun->machine->func_type == TYPE_INTERRUPT \ > + && TARGET_UINTR && TARGET_64BIT )) You are right.