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++.dg/] [template/] [crash34.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// PR c++/20028
4
 
5
// We used to crash when referencing TYPE_SIZE_UNIT of the messed-up
6
// type used for x, because it was not initialized.
7
 
8
class Foo;
9
 
10
template  class Foo { }; // { dg-error "not a template type" }
11
 
12
Foo x; // { dg-error "not a template|incomplete type" }

powered by: WebSVN 2.1.0

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