[Bug c++/113587] Compile error with #pragma (end)region

2024-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113587 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/113587] Compile error with #pragma (end)region

2024-01-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113587 --- Comment #1 from Andrew Pinski --- Note GCC treats `#pragma`s in some (maybe most) cases as statements which is the effect you are seeing here.