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

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

Rev 154 Rev 816
// Copyright (C) 2005 Free Software Foundation, Inc.
// Copyright (C) 2005 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 7 Jul 2005 
// Contributed by Nathan Sidwell 7 Jul 2005 
// Origin:Wolfgang Bangerth 
// Origin:Wolfgang Bangerth 
// PR 21799: deduction of cvqualifiers on member functions was wrong
// PR 21799: deduction of cvqualifiers on member functions was wrong
template  void f (T &,       void (T::*)()      );
template  void f (T &,       void (T::*)()      );
struct X {
struct X {
    void g() const {}
    void g() const {}
};
};
const X *x;
const X *x;
int main () {
int main () {
  f (*x, &X::g);  // {  dg-error "no matching function" }
  f (*x, &X::g);  // {  dg-error "no matching function" }
}
}
 
 

powered by: WebSVN 2.1.0

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