URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030917-1.c] - Rev 774
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