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/] [conversion/] [ptrmem8.C] - Rev 779

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

// Copyright (C) 2007 Free Software Foundation
// Contributed by Ollie Wild <aaw@google.com>
// { dg-do run }

// Test for proper conversion of null pointers to data members.

struct B1 {
  int x;
};

struct B2 {
  int x;
};

struct D : B1, B2 {
  int x;
};

int main ()
{
  int D::*pd = 0;
  int B2::*pb2 = 0;

  return pd != pb2;
}

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.