1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fsched2-use-superblocks -ftree-tail-merge" } */
3 /* { dg-require-effective-target alloca } */
5 typedef int aligned
__attribute__ ((aligned (64)));
6 extern void abort (void);
13 char *p
= __builtin_alloca (13);
16 if (bar (p
) || bar (&i
))