Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030910-1.c
blob9fad109208cf9e6bb091990d2e0da338dc4c2088
1 /* The gimplifier was getting confused when taking the real or
2 imaginary component of a complex rvalue. */
4 void test()
6 __complex double dc;
7 double d;
9 d = __real (dc * dc);