OSDN Git Service

Fix PR tree-optimization/21520
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920829-1.c
1 f(double x){double y;y=x/0.5;if(y<0.1)y=1.0;}