URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [pr35444-2.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 35444: ICE from pending VLA sizes in invalid parameter list. Similar case to the PR, but with "..." before the syntax error. */ void foo(int n, int a[n], ... 0); /* { dg-error "expected" } */ void bar() {}
Go to most recent revision | Compare with Previous | Blame | View Log