2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / vla-init-4.c
blob06351d04e0341fdb14904e0fe13e3003386259cc
1 /* Test for ICE on 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() { char *p = (char [i]){ "" }; } /* { dg-error "compound literal has variable size" } */