2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / dblbug.c
blobcd13b796297ae0079eead1697847618271bb5c0a
1 union real_extract
3 double d;
4 int i[sizeof (double ) / sizeof (int)];
5 };
7 typedef struct
9 int zzzz;
10 } *rtx;
12 rtx
13 immed_real_const_1 (d)
14 double d;
16 union real_extract u;
17 register rtx r;
19 u.d = d;
20 foo (&(r->zzzz), &u);