summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/align-x86-64.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix alignof computation of large arrays on x86_64.Rafael Espindola2013-08-081-10/+0
| | | | | | | | | | | We were exposing the extra alignment given to large arrays. The new behavior matches gcc, which is a good thing since this is a gcc extension. Thanks to Joerg Sonnenberger for noticing it. While at it, centralize the method description in the .h file. llvm-svn: 187999
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Gcc pads the size of an array using the alignment of its elements.Argyrios Kyrtzidis2011-04-261-0/+14
| | | | | | | The size of the array may not be aligned according to alignment of its elements if an alignment attribute is specified in a typedef. Fixes rdar://8665729 & http://llvm.org/PR5637. llvm-svn: 130242
* Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola2010-06-041-0/+11
llvm-svn: 105500
OpenPOWER on IntegriCloud