URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [arm/] [symbian3.c] - Rev 320
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