Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / vla-init-5.c
blobb1455dbd3a0d53406992dde6a673dbc82203286a
1 /* Test for ICE on incomplete-array-of-VLA compound literal. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 const int i = 1;
7 void foo() { void *p = (char [][i]){ "" }; } /* { dg-error "error: compound literal has variable size" } */