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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [nested4.C] - Blame information for rev 305

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

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
//
3
// Copyright (C) 2000 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 10 Aug 2000 
5
 
6
// bug 372 We ICE'd on the out-of-class definition of a nested class of a
7
// class template.
8
 
9
struct Bar
10
{
11
};
12
 
13
template 
14
struct Foo
15
{
16
  struct Baz;
17
  struct Biz;
18
  struct Boz
19
  : Bar
20
  {
21
  };
22
};
23
 
24
template 
25
struct Foo::Biz
26
{
27
};
28
 
29
template 
30
struct Foo::Baz
31
: Bar
32
{
33
};

powered by: WebSVN 2.1.0

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