1 /* PR 94131 - ICE on printf with a VLA string and -fno-tree-ccp
4 { dg-options "-O1 -fno-tree-ccp -fno-tree-forwprop" }
5 { dg-require-effective-target alloca } */
10 __INTPTR_TYPE__ i
= (__INTPTR_TYPE__
)&a
[0];
13 __builtin_memset (a
, '\0', sizeof a
);
14 __builtin_printf ("%s", i
? &a
[0] : "");
23 __INTPTR_TYPE__ i
= (__INTPTR_TYPE__
)&a
[0];
26 __builtin_memset (a
, '\0', sizeof a
);
27 __builtin_printf ("%s", i
? &a
[0] : "");