https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103465
--- Comment #21 from Martin Liška <marxin at gcc dot gnu.org> --- > Previously the opts.c logic would trigger only with the pragma, now it > triggers even without it, disabling flag_reorder_blocks_and_partition in all > cases: I don't see why should it behave differently for command-line options and options that are passed via #pragma GCC optimize (or optimize attribute). That should behave the same.