Commit 8e55d59c by Jeff Law

990117-2.c was a duplicate of 981223-1.c. Kill 990117-2.c

From-SVN: r24719
parent 89098dc1
......@@ -3,7 +3,6 @@ Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
* gcc.dg/990117-1.c: New test.
* gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
* gcc.c-torture/compile/990117-2.c: Likewise.
* gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
......
__complex__ float
f(__complex__ float x)
{
__complex__ float res;
if (__real__ x == 0.0)
res = x;
return res;
}
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