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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [struct-by-value-2.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* This testcase caused a sanity check to abort on SPARC64
2
   because of a discrepancy between two functions involved
3
   in the calculation of structure layout.  */
4
 
5
/* { dg-do compile } */
6
 
7
struct S { float f1; int i1; int i2; float f2; };
8
 
9
extern void foo(struct S);
10
 
11
void bar(void)
12
{
13
  struct S s;
14
  foo(s);
15
}

powered by: WebSVN 2.1.0

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