[Bug target/83464] [SH] ICE: in final_scan_insn, at final.c:3025 with -mlra

glaubitz at physik dot fu-berlin.de gcc-bugzilla@gcc.gnu.org
Fri Dec 13 15:07:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83464

--- Comment #4 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Oleg Endo from comment #3)
> Is this still an issue with current trunk?
> Can you please check?

I have to try. I'll run a testbuild. Currently the package has the following
workaround for PR/81426:

# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81426
ifneq (,$(filter $(DEB_HOST_ARCH_CPU),sh3 sh4))
        export DEB_CXXFLAGS_MAINT_STRIP += -O2
        export DEB_CXXFLAGS_MAINT_APPEND += -O1
endif

See:
https://salsa.debian.org/qt-kde-team/qt/qt5webkit/blob/master/debian/rules#L20

Maybe LRA works these days.


More information about the Gcc-bugs mailing list