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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [crash8.C] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do compile }
2
 
3
// Origin: David Robinson 
4
 
5
// PR c++/11513: ICE due to incorrect decision whether the tag is template.
6
 
7
template 
8
struct bar
9
{
10
  struct foo
11
  {
12
    int a;
13
  };
14
 
15
  template 
16
  int wom(U c)
17
  {
18
    struct foo b;
19
  }
20
};

powered by: WebSVN 2.1.0

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