* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.dg / pr21032.c
blob4093d53e3d1f06ba51b045eb618be4c221271e84
1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-optimized -frounding-math" } */
4 void bar(float x);
5 void foo(double x)
7 bar(-x);
10 /* { dg-final { scan-tree-dump-not "-\\(float\\)" "optimized" } } */