PR rtl-optimization/88018
[official-gcc.git] / gcc / testsuite / c-c++-common / pr68657-2.c
blobef11ad1204b13b98669e43a225d5161a270fb0a3
1 /* PR c/68657 */
2 /* { dg-do compile } */
3 /* { dg-options "-Werror=larger-than=65536" } */
4 /* { dg-require-effective-target ptr32plus } */
6 int a[131072]; /* { dg-error "size of .a. 524288 bytes exceeds maximum object size 65536" } */
7 int b[1024]; /* { dg-bogus "size" } */
9 /* { dg-prune-output "treated as errors" } */