IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr25023.c
blobb8cb7cf0f5e2078914d45ce17d43a0fe3377b2f1
1 /* PR debug/25023 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
4 /* { dg-options "-O2 -mtune=i686" { target { { i?86-*-* || x86_64-*-* } && ilp32 } } } */
6 extern unsigned char v;
8 float
9 foo (void)
11 return v;