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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [static9.C] - Blame information for rev 699

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
// Origin: Ulrich Drepper 
3
 
4
struct st
5
{
6
  int a, b, c, d;
7
};
8
 
9
void g ()
10
{
11
  static const st i = { 0,1,2,3 };
12
}
13
 
14
void h ()
15
{
16
  static const st i = { 0,1,2,3 };
17
}

powered by: WebSVN 2.1.0

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