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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [lambda/] [lambda-qualified.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/50089
2
// { dg-options -std=c++0x }
3
 
4
struct TestBase
5
{
6
  void foo() {}
7
};
8
 
9
struct Test : TestBase
10
{
11
  void foo()
12
  {
13
    [this]{
14
      /*this->*/TestBase::foo(); // ICE without this->
15
    }();
16
  }
17
};

powered by: WebSVN 2.1.0

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