From: Mike Stump Date: Wed, 9 Jul 2014 01:02:31 +0000 (+0000) Subject: Fix pr60226.c on darwin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=677f36a639850b44bf9645f75aacc5990e9aa1cb;p=gcc.git Fix pr60226.c on darwin. From-SVN: r212381 --- diff --git a/gcc/testsuite/c-c++-common/pr60226.c b/gcc/testsuite/c-c++-common/pr60226.c index 3a1c261fa93..6a686d75f22 100644 --- a/gcc/testsuite/c-c++-common/pr60226.c +++ b/gcc/testsuite/c-c++-common/pr60226.c @@ -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)