Commit 5a95c7b0 by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/excute/990117-1.c: New test from HJ Lu.

From-SVN: r24708
parent 148e9d57
Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/excute/990117-1.c: New test from HJ Lu.
Fri Jan 15 02:52:00 1999 Jeffrey A Law (law@cygnus.com)
* g77.f-torture/compile/990115-1.f: New test.
......
int
foo (int x, int y, int i, int j)
{
double tmp1 = ((double) x / y);
double tmp2 = ((double) i / j);
return tmp1 < tmp2;
}
main ()
{
if (foo (2, 24, 3, 4) == 0)
abort ();
return 0;
}
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