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/] [static18.C] - Diff between revs 301 and 338

Only display areas with differences | Details | Blame | View Log

Rev 301 Rev 338
// PR c++/23914
// PR c++/23914
template 
template 
struct foo_template {
struct foo_template {
  static const unsigned complexity = 0;
  static const unsigned complexity = 0;
};
};
template  struct STATIC_ASSERTION {};
template  struct STATIC_ASSERTION {};
void gcc_402_problem_minimal()
void gcc_402_problem_minimal()
{
{
  sizeof(STATIC_ASSERTION< foo_template::complexity >);
  sizeof(STATIC_ASSERTION< foo_template::complexity >);
}
}
 
 

powered by: WebSVN 2.1.0

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