URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vla-21.c] - Rev 826
Compare with Previous | Blame | View Log
/* Type names for VLAs should be allowed outside functions if the size is not evaluated. PR 39581. */ /* { dg-do compile } */ /* { dg-options "-std=c99 -pedantic-errors" } */ int a; int b = sizeof (int (*)[a]);