blob: 668bba6e376f704d6da5b317a4944b1d3f19515e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-stdarg" } */
/* LLVM LOCAL test not applicable */
/* { dg-require-fdump "" } */
#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" } } */