aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/tree-ssa/stdarg-1.c
blob: 3cba2928f57fcadfaa2e843d848055eae3f91437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-stdarg" } */

#include <stdarg.h>

/* This can be handled on all arches.  If there is no va_start, registers don't need
   to be saved.  */
void
f1 (int i, ...)
{
}
/* { dg-final { scan-tree-dump "f1: va_list escapes 0, needs to save 0 GPR units and 0 FPR units" "stdarg" } } */
/* { dg-final { cleanup-tree-dump "stdarg" } } */