Commit 19037b5c by Alan Modra Committed by Alan Modra

New test.

From-SVN: r78080
parent 196c42cd
2004-02-19 Alan Modra <amodra@bigpond.net.au>
* gcc.c-torture/compile/complex-1.c: New.
2004-02-19 Hans-Peter Nilsson <hp@axis.com>
PR target/14209
......
extern void u (int, int);
extern void v (float, float);
void f (__complex__ int x)
{
u (0, x);
}
void g (__complex__ float x)
{
v (0, x);
}
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