OSDN Git Service

PR middle-end/51761
[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;}