* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / stdarg-1.c
blob39b61c9eb8df52d22029c5b202b27e35e667b396
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-stdarg" } */
4 #include <stdarg.h>
6 /* This can be handled on all arches. If there is no va_start, registers don't need
7 to be saved. */
8 void
9 f1 (int i, ...)
12 /* { dg-final { scan-tree-dump "f1: va_list escapes 0, needs to save 0 GPR units and 0 FPR units" "stdarg" } } */