URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [encode-9.m] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* 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);