URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [compound-literal-2.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR C/30265, invalid gimple was produced because we did not mark the compound literal's decl early enough. */ int f(float *); int g(float x) { return f(&(float){x}) + f(&x); }
Go to most recent revision | Compare with Previous | Blame | View Log