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/] [crash21.C] - Blame information for rev 749

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

Line No. Rev Author Line
1 699 jeremybenn
// { dg-do assemble  }
2
// { dg-options "" }
3
 
4
class Pooled
5
{
6
};
7
 
8
class RefCounted
9
{
10
};
11
 
12
class BrickExpressionBase : public RefCounted, public Pooled
13
{
14
};
15
 
16
template
17
class BrickExpression : public BrickExpressionBase
18
{
19
};
20
 
21
template 
22
void f()
23
{
24
  typedef BrickExpression ExprT;
25
  ExprT(3).apply;
26
}

powered by: WebSVN 2.1.0

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