URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr28776-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct dw_fde_struct { int decl; } *dw_fde_ref; dw_fde_ref fde_table; unsigned fde_table_in_use; void output_call_frame_info (void) { unsigned int i; dw_fde_ref fde; for (i = 0; i < fde_table_in_use; i++) { fde = &fde_table[i]; tree_contains_struct_check_failed (fde_table[i].decl); } }
Go to most recent revision | Compare with Previous | Blame | View Log