Fix pr60226.c on darwin.

From-SVN: r212381
This commit is contained in:
Mike Stump 2014-07-09 01:02:31 +00:00
parent dc58164b85
commit 677f36a639
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
typedef int __attribute__ ((aligned (1 << 28))) int28;
int28 foo[4] = {}; /* { dg-error "alignment of array elements is greater than element size" } */
typedef int __attribute__ ((aligned (1 << 29))) int29; /* { dg-error "requested alignment is too large" } */
typedef int __attribute__ ((aligned (1 << 29))) int29; /* { dg-error "requested alignment is too large|maximum object file alignment" } */
void
f (void)