IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr35468.c
blob085c073070c47d7980125dc4afee45266bf606d8
1 /* PR tree-optimization/35468 */
2 /* { dg-do compile }*/
3 /* { dg-options "-O2 -fno-tree-dce" } */
5 char *const f(void)
7 char *const line = "/dev/ptyXX";
8 line[8] = 1;
9 return line;