OSDN Git Service

* expr.c (highest_pow2_factor_for_type): Rename into
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / complex-4.c
1 main ()
2 {
3   if ((__complex__ double) 0.0 != (__complex__ double) (-0.0))
4     abort ();
5
6   if (0.0 != -0.0)
7     abort ();
8   exit (0);
9 }