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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [anonunion1.C] - Rev 696

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

// PR c++/47303
// { dg-do compile }
// { dg-options "-fabi-version=1" }

struct Z
{
  void foo (int);
};

struct F
{
  typedef void (Z::*zm) (int);
  typedef void (F::*fm) (int);
  template <zm>
  void bar (int)
  {
    union
    {
      Z z;
    };
  }
};

F::fm m = &F::bar <&Z::foo>;

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

powered by: WebSVN 2.1.0

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