Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr25023.c
blob58d962c2980805b8425f699ff5b0af45f7ab0efa
1 /* PR debug/25023 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
4 /* { dg-options "-O2 -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
6 extern unsigned char v;
8 float
9 foo (void)
11 return v;