Commit 543c94cc by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30184
parent c2b4b171
Tue Oct 26 00:45:56 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/991026-1.c: New test.
Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/991023-1.c: New test.
......
void something_f(float);
int foo(void)
{
union
{
float f;
double d;
} u, *pu = &u;
u.f = 1.0;
something_f(u.f);
}
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