Commit 7e7cf28a by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/execute/20000120-2.c: New test.

From-SVN: r31545
parent 33f6849b
Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/20000120-2.c: New test.
* gcc.c-torture/execute/20000120-1.c: New test.
Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
......
extern __inline__ int
odd(int i)
{
return i & 0x1;
}
int
foo(int i, int j)
{
return odd(i + j);
}
int
odd(int i)
{
return i & 0x1;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment