[Bug target/114232] [14 regression] ICE when building rr-5.7.0 with LTO on x86

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Mar 5 12:09:10 GMT 2024


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

--- Comment #16 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jakub Jelinek from comment #15)

> Seems various backends use e.g. optimize_size or !optimize_size or optimize
> > 0 etc. in
> insn-flags.h, so perhaps change optimize_function_for_size_p (cfun) to
> optimize_size?

Won't this cause a mismatch with insn patterns we split to? As said in Comment
#13, these have insn predicates that include optimize_function_for_size_p.


More information about the Gcc-bugs mailing list