OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[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 }