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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr45234.c] - Rev 691

Compare with Previous | Blame | View Log

/* PR middle-end/45234 */
/* { dg-do compile } */
/* { dg-options "-march=i586" { target ia32 } } */
 
struct S { union { double b[4]; } a[18]; } s, a[5];
void foo (struct S);
struct S bar (struct S, struct S *, struct S);
 
void
foo (struct S arg)
{
}
 
void
baz (void)
{
 foo (bar (s, &a[1], a[2]));
}
 

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.