URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20041014-1.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/17023 */ /* { dg-do compile } */ /* { dg-options "" } */ void f(a, b) int a; int b[({ void h() {} 1; })]; /* { dg-error "braced-group" } */ { }
Go to most recent revision | Compare with Previous | Blame | View Log