URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [incomplete-5.c] - Rev 689
Compare with Previous | Blame | View Log
/* ICE on unnamed field with incomplete enum type: PR 40032. */ /* { dg-do compile } */ /* { dg-options "" } */ struct A { enum E : 8; /* { dg-warning "narrower than values of its type" } */ /* { dg-error "has incomplete type" "incomplete" { target *-*-* } 6 } */ };