* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / ssa-ccp-29.c
blob3c1a848f50bc48914627d537430615397448e462
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-ccp2" } */
4 static double num;
5 int foo (void)
7 return *(unsigned *)#
10 /* { dg-final { scan-tree-dump "return 0;" "ccp2" } } */