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/] [compile/] [compound-literal-3.c] - Rev 399
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(_Complex float *); int g(_Complex float x) { return f(&(_Complex float){x+1}) + f(&x); }
Go to most recent revision | Compare with Previous | Blame | View Log