* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 940112-1.c
blob0a9e07dcaf9cb88911ab1588039fe95d09321943
1 double
2 f (int x)
4 double e = 1;
5 e = 1;
6 return (e) /* { dg-error "parse error|syntax error|expected" } */
7 }