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.0rc3/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [union-by-value-1_main.c] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test function argument passing.  This was written when correcting
2
   a deviation from the ABI on SPARC64 between 3.3 and 3.4.  */
3
 
4
extern void union_by_value_1_x (void);
5
extern void exit (int);
6
int fails;
7
 
8
int
9
main ()
10
{
11
  union_by_value_1_x ();
12
  exit (0);
13
}

powered by: WebSVN 2.1.0

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