[Bug middle-end/116065] [13/14/15 Regression] Function attribute optimize() might make ISA target attribute broken

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 25 17:02:00 GMT 2024


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-bisection             |

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So reading https://gcc.gnu.org/onlinedocs/gccint/Option-properties.html does
make Optimization or PerFunction correct here.
aarch64.opt already has a few with Optimization too:
```
mlow-precision-div
Target Var(flag_mlow_precision_div) Optimization
...
mearly-ldp-fusion
Target Var(flag_aarch64_early_ldp_fusion) Optimization Init(1)
```


More information about the Gcc-bugs mailing list