https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99592
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.0 --- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> --- It's modified here: if (TARGET_THUMB1_P (opts->x_target_flags)) opts->x_flag_ipa_ra = 0; else opts->x_flag_ipa_ra = to->x_flag_ipa_ra; Anyway, I will add it to the whitelist for now and will fix in the next stage1.