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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [scalar-by-value-5_main.c] - Diff between revs 298 and 338

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

Rev 298 Rev 338
/* Test that function args can be passed in various positions to both fixed
/* Test that function args can be passed in various positions to both fixed
   and variable arg functions.  */
   and variable arg functions.  */
/* { dg-options "-O" } */
/* { dg-options "-O" } */
 
 
extern void exit (int);
extern void exit (int);
extern void longlong_i_doit (void);
extern void longlong_i_doit (void);
extern void longlong_d_doit (void);
extern void longlong_d_doit (void);
extern void complexint_i_doit (void);
extern void complexint_i_doit (void);
extern void complexint_d_doit (void);
extern void complexint_d_doit (void);
extern void complexdouble_i_doit (void);
extern void complexdouble_i_doit (void);
extern void complexdouble_d_doit (void);
extern void complexdouble_d_doit (void);
extern void complexlonglong_i_doit (void);
extern void complexlonglong_i_doit (void);
extern void complexlonglong_d_doit (void);
extern void complexlonglong_d_doit (void);
 
 
int main (void)
int main (void)
{
{
  longlong_i_doit ();
  longlong_i_doit ();
  longlong_d_doit ();
  longlong_d_doit ();
#ifndef SKIP_COMPLEX
#ifndef SKIP_COMPLEX
#ifndef SKIP_COMPLEX_INT
#ifndef SKIP_COMPLEX_INT
  complexint_i_doit ();
  complexint_i_doit ();
  complexint_d_doit ();
  complexint_d_doit ();
#endif
#endif
  complexdouble_i_doit ();
  complexdouble_i_doit ();
  complexdouble_d_doit ();
  complexdouble_d_doit ();
#ifndef SKIP_COMPLEX_INT
#ifndef SKIP_COMPLEX_INT
  complexlonglong_i_doit ();
  complexlonglong_i_doit ();
  complexlonglong_d_doit ();
  complexlonglong_d_doit ();
#endif
#endif
#endif
#endif
  exit (0);
  exit (0);
}
}
 
 

powered by: WebSVN 2.1.0

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