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/] [other/] [static1.C] - Diff between revs 301 and 338

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

Rev 301 Rev 338
// PR c++/9574
// PR c++/9574
// Origin: fche@redhat.com and bangerth@dealii.org
// Origin: fche@redhat.com and bangerth@dealii.org
// The new parser ICE on this test and then it could
// The new parser ICE on this test and then it could
//  not find z in bar::bar().
//  not find z in bar::bar().
// { dg-do compile }
// { dg-do compile }
struct X {
struct X {
  void operator[](const int& __k);
  void operator[](const int& __k);
};
};
struct foo {
struct foo {
  static X x;
  static X x;
};
};
struct bar {
struct bar {
  int z;
  int z;
  bar () { foo::x[z]; }
  bar () { foo::x[z]; }
};
};
 
 

powered by: WebSVN 2.1.0

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