URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [arm/] [symbian3.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target arm*-*-symbianelf* } } */ /* Check that enumeration types are 4-byte types. */ enum e { e_1 }; extern int i[sizeof (enum e)]; int i[4];
Go to most recent revision | Compare with Previous | Blame | View Log