https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108504
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords|openmp | Last reconfirmed| |2023-01-23 Target Milestone|--- |13.0 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Most likely one of these two patches: r13-1605-gcb7b01db7a1979 r13-1544-ge46f4d7430c521 The first one is a fix for the second one ... here is a testcase without openmp: ``` "" #pragma GCC diagnostic push ``` Confirmed.