OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [stdarg-1.c] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-stdarg" } */
/* { dg-options "-O2 -fdump-tree-stdarg" } */
 
 
#include <stdarg.h>
#include <stdarg.h>
 
 
/* This can be handled on all arches.  If there is no va_start, registers don't need
/* This can be handled on all arches.  If there is no va_start, registers don't need
   to be saved.  */
   to be saved.  */
void
void
f1 (int i, ...)
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 { 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" } } */
/* { dg-final { cleanup-tree-dump "stdarg" } } */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.