[Bug c++/69089] C++11: alignas(0) causes an error

2020-03-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug c++/69089] C++11: alignas(0) causes an error

2019-11-25 Thread tom at geus dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 Tom de Geus changed: What|Removed |Added CC||tom at geus dot me --- Comment #7 from

[Bug c++/69089] C++11: alignas(0) causes an error

2018-08-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 --- Comment #6 from Eric Gallager --- (In reply to Dominik Vogt from comment #5) > No, up to now you're the only one who commented on it. I keep pinging it > once in a while. Please keep pinging it!

[Bug c++/69089] C++11: alignas(0) causes an error

2016-02-01 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 --- Comment #5 from Dominik Vogt --- No, up to now you're the only one who commented on it. I keep pinging it once in a while.

[Bug c++/69089] C++11: alignas(0) causes an error

2016-01-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69089] C++11: alignas(0) causes an error

2015-12-31 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 --- Comment #3 from Dominik Vogt --- A tested patch with a test case is available here: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02228.html

[Bug c++/69089] C++11: alignas(0) causes an error

2015-12-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 --- Comment #2 from Andrew Pinski --- Patches should be sent to gcc-patches@.

[Bug c++/69089] C++11: alignas(0) causes an error

2015-12-30 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089 --- Comment #1 from Dominik Vogt --- Created attachment 37194 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37194=edit ChangeLog for patch A patch is attached to the previous message.