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

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

Rev 301 Rev 338
// { dg-options "-std=c++0x" }
// { dg-options "-std=c++0x" }
template
template
struct max
struct max
{
{
  static const T value = a > max::value ? a : max::value; // { dg-error "not expanded|Params" }
  static const T value = a > max::value ? a : max::value; // { dg-error "not expanded|Params" }
};
};
template
template
struct max
struct max
{
{
        static const T value = a > b ? a : b;
        static const T value = a > b ? a : b;
};
};
static const int value1 = max< int, 1, 2>::value;
static const int value1 = max< int, 1, 2>::value;
static const int value2 = max< int, 1, 3, 5>::value;
static const int value2 = max< int, 1, 3, 5>::value;
 
 

powered by: WebSVN 2.1.0

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