Commit 91f35b7f by David Edelsohn Committed by David Edelsohn

pr60226.c: Expect maximum object file alignment error on AIX.

        * c-c++-common/pr60226.c: Expect maximum object	file alignment
        error on AIX.

From-SVN: r238335
parent 351168fe
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
......
......@@ -4,7 +4,7 @@
/* { 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment