This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Regarding the alignment limit of the alignas specifier
- From: "Emil 'Skeen' Madsen" <skeen at cs dot au dot dk>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 20 Mar 2013 18:55:26 +0100
- Subject: Regarding the alignment limit of the alignas specifier
Hello,
First of all, I love how C++11 is progressing, and it's lovely that
you guys got support for alignas as of version 4.8.0,
as it has helped me remove a lot of unwanted
'__attribute__((aligned(...))' from my code, however due to the
current limit for alignas (128),
there are still some '__attribute__((aligned(...))' in my code, that
I can't seem to get rid of.
So my question is rather simple; (1) is the limit of the alignas
specifier subject to change?
- or (2) can it me made set-able using a compiler switch? (alike with
the template recursive depth limit).
// Yours faithfully
// Emil 'Skeen' Madsen
// Department of Computer Science, Aarhus University
// Address: IT-parken, Aabogade 34, DK-8200 Aarhus N, Denmark
// Mobile: +45 28 573 666
// Email: skeen@cs.au.dk
// Studienr: 20105376
// Web: http://cs.au.dk/~skeen