URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [dblbug.c] - Rev 297
Compare with Previous | Blame | View Log
union real_extract { double d; int i[sizeof (double ) / sizeof (int)]; }; typedef struct { int zzzz; } *rtx; rtx immed_real_const_1 (d) double d; { union real_extract u; register rtx r; u.d = d; foo (&(r->zzzz), &u); }