https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106364
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |i?86-*-*
Keywords| |diagnostic
Component|rtl-optimization |target
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
possibly a diagnostic issue only - we might want to gate the diagnostic on
error_count/sorry_count == 0. But then the question is whether we can "safely"
stop doing lra_assign here or if there's an alternative "silent" way to
terminate compilation.