* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-store-ccp-1.c
blob415c070a59c28d0117b884c62ae70b462e4a8f57
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 static const int conststaticvariable;
6 int f(void)
8 return conststaticvariable;
11 /* There should be no reference to conststaticvariable as we should have
12 inlined the 0. */
13 /* { dg-final { scan-tree-dump-times "conststaticvariable" 0 "optimized"} } */