OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [scalar-by-value-6_main.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test that function args can be passed in various positions to both fixed
2
   and variable arg functions.  */
3
/* { dg-options "-O" } */
4
/* { dg-options "-O -mlong-double-128" { target powerpc*-*-* } } */
5
 
6
extern void exit (int);
7
extern void longdouble_i_doit (void);
8
extern void longdouble_d_doit (void);
9
#ifndef SKIP_COMPLEX
10
extern void complexlongdouble_i_doit (void);
11
extern void complexlongdouble_d_doit (void);
12
#endif
13
 
14
int main (void)
15
{
16
  longdouble_i_doit ();
17
  longdouble_d_doit ();
18
#ifndef SKIP_COMPLEX
19
  complexlongdouble_i_doit ();
20
  complexlongdouble_d_doit ();
21
#endif
22
  exit (0);
23
}

powered by: WebSVN 2.1.0

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