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/] [20030917-1.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct string STR; typedef struct atbl ARRAY; struct string { unsigned char str_pok; }; struct atbl { int ary_fill; }; blah(size,strp) register int size; register STR **strp; { register ARRAY *ar; ar->ary_fill = size - 1; while (size--) (*strp)->str_pok &= ~128; }
Go to most recent revision | Compare with Previous | Blame | View Log