URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [dblbug.c] - Rev 724
Go to most recent revision | 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); }
Go to most recent revision | Compare with Previous | Blame | View Log