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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-return-19_main.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* Test function return values.  Struct members are char, int, double,
2
   and other structs containing these types.  This test was written in
3
   response to a layout change for such structs for powerpc64-linux,
4
   but this test only checks similar structs that are not affected by
5
   that break in compatibility. */
6
 
7
extern void struct_return_19_x (void);
8
extern void exit (int);
9
int fails;
10
 
11
int
12
main ()
13
{
14
  struct_return_19_x ();
15
  exit (0);
16
}

powered by: WebSVN 2.1.0

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