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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
 
3
union Un {int i;};
4
 
5
template struct St1 {};
6
template struct St1 {};
7
 
8
template struct St2 {};
9
template<> struct St2 {};
10
 
11
template struct St3 {};
12
template<> struct St3 {};
13
 
14
void f() {
15
  St1 s1;
16
  St2     s2;
17
  St3 s3;
18
}

powered by: WebSVN 2.1.0

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