http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
Dodji Seketeli changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
--- Comment #6 from Dodji Seketeli 2012-10-31
08:55:51 UTC ---
Author: dodji
Date: Wed Oct 31 08:55:43 2012
New Revision: 193029
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193029
Log:
PR c++/54955 - Fail to parse alignas ex
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
--- Comment #5 from dodji at seketeli dot org
2012-10-26 17:42:44 UTC ---
> --- Comment #4 from Paolo Carlini
> 2012-10-26 13:31:33 UTC ---
>
> Thanks Dodji!
You are welcome. :)
A candidate patch was proposed at
http://gcc.gnu.or
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
Paolo Carlini changed:
What|Removed |Added
CC|dodji at gcc dot gnu.org|
--- Comment #4 from Paolo Carl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
Dodji Seketeli changed:
What|Removed |Added
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler at
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
--- Comment #1 from mib.bugzilla at gmail dot com 2012-10-17 16:21:56 UTC ---
p.s.
This example is given here: http://en.cppreference.com/w/cpp/language/alignas
char alignas(128) cacheline[128];
but g++ complains similarly to the root r