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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [abi/] [param2.C] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// PR target/20795
2
// Test passing aligned empty aggregate
3
// { dg-do compile }
4
 
5
struct S { union {} a; } __attribute__((aligned));
6
 
7
S
8
foo (S arg)
9
{
10
  return arg;
11
}
12
 
13
void
14
bar (void)
15
{
16
  S arg;
17
  foo (arg);
18
}

powered by: WebSVN 2.1.0

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