[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||jakub at gcc dot gnu.org
 Status|NEW |RESOLVED
   Target Milestone|8.5 |9.3

--- Comment #12 from Jakub Jelinek  ---
The GCC 8 branch is being closed, fixed in GCC 9.3.

[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  ---
GCC 8.4.0 has been released, adjusting target milestone.

[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 resolving this!

[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||jason at gcc dot gnu.org
  Known to work||10.0
Summary|[8/9/10 regression][C++11]  |[8 regression][C++11]
   |alignas for automatic   |alignas for automatic
   |variables with alignment|variables with alignment
   |greater than 16 fails   |greater than 16 fails

--- Comment #9 from Jason Merrill  ---
Fixed for GCC 9.3/10.  The patch doesn't apply cleanly to the GCC 8 branch, is
it important to fix there?