[Bug c++/89357] [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug c++/89357] [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 Richard Biener changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug c++/89357] [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails

2020-03-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.4 |8.5 --- Comment #11 from Jakub Jelinek

[Bug c++/89357] [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails

2020-01-30 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 --- Comment #10 from Matthias Kretz (Vir) --- (In reply to Jason Merrill from comment #9) > Fixed for GCC 9.3/10. The patch doesn't apply cleanly to the GCC 8 branch, > is it important to fix there? Not important for me. Thank you for

[Bug c++/89357] [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails

2020-01-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|