URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr44038.c] - Rev 302
Go to most recent revision | Compare with Previous | Blame | View Log
struct Ustr { char data[1]; }; int ustr_xi__embed_val_get(char *); inline static int ustr_len(struct Ustr *s1) { return ustr_xi__embed_val_get(s1->data); } static struct Ustr *s1 = ((struct Ustr *) ""); int tst(char *cstr) { return ustr_len(s1); }
Go to most recent revision | Compare with Previous | Blame | View Log