URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [encode-9.m] - Rev 455
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-fgnu-runtime " } */ /* There was an ICE due to diving by zero in the objc front-end. */ struct f { int i; struct{} g[4]; int tt; }; char *e = @encode(struct f);
Go to most recent revision | Compare with Previous | Blame | View Log