Commit de2c54aa by Zack Weinberg Committed by Jeff Law

* gcc.c-torture/compile/981223-1.c: New test.

From-SVN: r24447
parent 56830143
Wed Dec 30 23:05:28 1998 Zack Weinberg <zack@rabi.columbia.edu>
* gcc.c-torture/compile/981223-1.c: New test.
Tue Dec 29 11:33:25 1998 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
......
__complex__ float
func (__complex__ float x)
{
if (__real__ x == 0.0)
return 1.0;
else
return 0.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