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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [template/] [static18.C] - Blame information for rev 301

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// PR c++/23914
2
 
3
template 
4
struct foo_template {
5
  static const unsigned complexity = 0;
6
};
7
 
8
template  struct STATIC_ASSERTION {};
9
 
10
void gcc_402_problem_minimal()
11
{
12
  sizeof(STATIC_ASSERTION< foo_template::complexity >);
13
}

powered by: WebSVN 2.1.0

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