* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-store-ccp-2.c
blob51fc1b3d2613d6d3172d5fd9b5117d931309b7dc
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized -fcommon" } */
4 const int conststaticvariable;
6 int f(void)
8 return conststaticvariable;
11 /* There should be a reference to conststaticvariable since it may
12 may be overriden at link time. */
13 /* { dg-final { scan-tree-dump-times "conststaticvariable" 1 "optimized" { xfail { *-*-mingw* *-*-cygwin* } } } } */