Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / 20061026.c
blobfb3de2375e547470548ee30a8a17f16630c6ea48
1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
4 /* This testcase failed on s390. The frame size for function f will be
5 exactly 32768 bytes. The back end has to recognize that this is to
6 large for a 16bit constant and therefore should reserve the literal
7 pool base pointer. */
9 int f () {
10 char a[32608];
12 g (a);