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

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

Rev 154 Rev 816
// 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.