Message ID | F7FEA818-76FC-4F17-9507-2FDB255AD0F9@comcast.net |
---|---|
State | New |
Headers | show |
Index: pr60226.c =================================================================== --- pr60226.c (revision 212379) +++ pr60226.c (working copy) @@ -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)