[Bug c++/114900] Overaligned locals in coroutines are not properly aligned

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

[Bug c++/114900] Overaligned locals in coroutines are not properly aligned

2024-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114900 --- Comment #1 from Andrew Pinski --- This is by design for C++20 ... The support for P2014 is not in GCC yet, and IIRC it won't be enable for C++20 only C++23+.