OSDN Git Service

Merge from transactional-memory branch.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vla-10.c
1 /* ICE with VLA in nested parameter declaration: should be treated
2    like [*] instead of the size being expanded.  Bug 28504 from Volker
3    Reichelt <reichelt@gcc.gnu.org>.  */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
6
7 void foo(void (*p)(int n, int x[n])) {}