URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [990928-1.c] - Rev 688
Compare with Previous | Blame | View Log
/* Make sure that debug information can be generated for inline functions containing incomplete type declarations. */ inline int foo (void) { struct imcomplete1 * ptr1; union incomplete2 * ptr2; enum incomplete3 * ptr3; return 1; }