[Bug c++/118921] C++ frontend does not update CPP defined on GCC pragma optimize

2025-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118921 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/118921] C++ frontend does not update CPP defined on GCC pragma optimize

2025-02-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118921 --- Comment #2 from Andrew Pinski --- So `#pragma GCC target` was fixed but `#pragma GCC option` was not. See PR 87299. Looks like it might be an easy fix ...

[Bug c++/118921] C++ frontend does not update CPP defined on GCC pragma optimize

2025-02-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118921 Richard Biener changed: What|Removed |Added Last reconfirmed||2025-02-18 Status|UNCONFIR