URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [wchar_t-2.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-fshort-wchar" } */ /* Check that "-fshort-wchar" makes wchar_t the same size as "unsigned short". */ extern int i[sizeof (L'a')]; int i[sizeof (unsigned short)];
Go to most recent revision | Compare with Previous | Blame | View Log