OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 921013-1.c
1 f(int x,short y)
2 {
3 long z=y<0?x>0?x:0:y;
4 }