PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / pr68657-2.c
blob13910881f4d672127687f30129f42ad18db07fb2
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' is \[1-9]\[0-9]* bytes" } */
7 int b[1024]; /* { dg-bogus "size of 'b' is \[1-9]\[0-9]* bytes" } */
9 /* { dg-prune-output "treated as errors" } */