[Bug c++/58109] alignas() fails to compile with constant expression

2021-09-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug c++/58109] alignas() fails to compile with constant expression

2016-01-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58109] alignas() fails to compile with constant expression

2016-01-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 --- Comment #8 from Martin Sebor --- Author: msebor Date: Sat Jan 23 16:01:47 2016 New Revision: 232766 URL: https://gcc.gnu.org/viewcvs?rev=232766&root=gcc&view=rev Log: PR c++/58109 - alignas() fails to compile with constant expression PR c++/

[Bug c++/58109] alignas() fails to compile with constant expression

2015-12-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/58109] alignas() fails to compile with constant expression

2015-12-20 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Martin Sebor changed: What|Removed |Added Last reconfirmed|2013-08-09 00:00:00 |2015-12-20 CC|

[Bug c++/58109] alignas() fails to compile with constant expression

2015-12-19 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #5 from TC ---

[Bug c++/58109] alignas() fails to compile with constant expression

2013-11-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Paolo Carlini changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #4 fr

[Bug c++/58109] alignas() fails to compile with constant expression

2013-08-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3 f

[Bug c++/58109] alignas() fails to compile with constant expression

2013-08-09 Thread janezz55 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 --- Comment #2 from Janez Zemva --- Please don't neglect std::integral_constant, as it is has a constexpr conversion operator and so one can use its "instance" as a template parameter.

[Bug c++/58109] alignas() fails to compile with constant expression

2013-08-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58109 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|