* c-c++-common/pr60226.c: Expect maximum object file alignment
error on AIX.
From-SVN: r238335
+2016-07-14 David Edelsohn <dje.gcc@gmail.com>
+
+ * c-c++-common/pr60226.c: Expect maximum object file alignment
+ error on AIX.
+
2016-07-14 Richard Biener <rguenther@suse.de>
PR tree-optimization/71866
/* { dg-require-effective-target int32plus } */
typedef int __attribute__ ((aligned (1 << 28))) int28;
-int28 foo[4] = {}; /* { dg-error "alignment of array elements is greater than element size" } */
+int28 foo[4] = {}; /* { dg-error "alignment of array elements is greater than element size|maximum object file alignment" } */
typedef int __attribute__ ((aligned (1 << 29))) int29; /* { dg-error "requested alignment is too large|maximum object file alignment" } */
void