URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040602-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test type qualifiers. These should as equal types. */ extern volatile unsigned long foo; typedef unsigned long ulong; extern volatile ulong foo; volatile ulong foo;
Go to most recent revision | Compare with Previous | Blame | View Log