OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20090518-1.c
1 float
2 foo(int i)
3 {
4   int j = i == 42;
5   return *(float *)&j;
6 }