Commit 4767498b by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30897
parent 0b807ad8
Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/991213-1.c: New test.
Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* gcc.dg/991209-1.c: New test.
......
typedef __complex__ double double_complex;
void
p (const double_complex *t, int n)
{
int i;
double s = ({ typeof ( t[n/2] ) arg = ( t[n/2] ); (__imag__ arg); }) ;
for (i = 1; i < n/2; i++)
s += 2* ({ typeof ( t[i] ) arg = ( t[i] ); (__imag__ arg); }) ;
}
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