[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-31 Thread dodji at gcc dot gnu.org
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

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-26 Thread dodji at seketeli dot org
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

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-26 Thread paolo.carlini at oracle dot com
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

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-26 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

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

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-17 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler at |

[Bug c++/54955] alignas example in gcc 4.8 changes.html won't compile

2012-10-17 Thread mib.bugzilla at gmail dot com
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