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/] [blk.c] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
struct { double a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t; } foo, bar; foobar () { foo = bar; xxx (&foo, &bar); } main () { bar.g = 1.0; foo.g = 2.0; foobar (); printf ("%lf\n", foo.g); }
Go to most recent revision | Compare with Previous | Blame | View Log