URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040602-1.c] - Rev 247
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