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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-complex-2_main.c] - Rev 689

Compare with Previous | Blame | View Log

/* { dg-options "-O" } */
 
#ifdef __x86_64__
/* Test function argument passing.  PR target/39678.  */
 
extern void struct_complex_2_x (void);
extern void exit (int);
 
int
main ()
{
  struct_complex_2_x ();
  exit (0);
}
#else
int
main ()
{
  return 0;
}
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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