IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr25795-1.c
blobe568b25440e904c7e64daf5105c81c4bb07b5256
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fwhole-program" } */
3 /* { dg-final { scan-assembler-not "mystr" } } */
6 extern const char *mystr; /* normally in a header */
7 const char *mystr;
8 main()