URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vla-9.c] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-std=c99 -pedantic-errors -W -Wall" } */ /* PR c/28280 */ void f(__SIZE_TYPE__ d) { typedef int t[d]; t *g = (__typeof (g)) d; }