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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [constexpr-non-const-arg2.C] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/47200
2
// { dg-options "-std=c++0x -w" }
3
 
4
template < int > struct duration
5
{
6
  constexpr int count ();
7
  static constexpr duration min ();
8
};
9
 
10
constexpr int
11
f (duration < 0 > d, duration < 0 > )
12
{
13
  return d.count ();
14
}
15
 
16
static_assert (f (duration < 0 >::min (), duration < 0 > ()), ""); // { dg-error "non-constant|before its definition" }

powered by: WebSVN 2.1.0

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