1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom3" } */
4 extern void abort (void);
9 int * live = &live_head;
17 int *space = (int *)__builtin_alloca (n);
26 /* There should be no IF conditionals. */
27 /* { dg-final { scan-tree-dump-times "if " 0 "dom3" { xfail *-*-* } } } */
28 /* { dg-final { cleanup-tree-dump "dom3" } } */