Fix pr60226.c on darwin.
From-SVN: r212381
This commit is contained in:
parent
dc58164b85
commit
677f36a639
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
typedef int __attribute__ ((aligned (1 << 28))) int28;
|
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" } */
|
||||||
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
|
void
|
||||||
f (void)
|
f (void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user