This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 report


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]