URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20091016-1_1.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct VEC_constructor_elt_gcx { } VEC_constructor_elt_gc; #include "20091016-1_a.h" struct gcc_target { void (* builtin_vec_perm) (tree*); }; extern struct gcc_target targetm; void dwarf2out_begin_prologue (tree t) { (*targetm.builtin_vec_perm) (&t); } struct die_arg_entry_struct { tree arg; }; void *gt_pch_p_20VEC_die_arg_entry_gc (struct die_arg_entry_struct *vec) { return &(vec->arg); }
Go to most recent revision | Compare with Previous | Blame | View Log