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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [debug/] [const2.C] - Diff between revs 154 and 816

Go to most recent revision | 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 1 Apr 2005 
// Contributed by Nathan Sidwell 1 Apr 2005 
// { dg-options "-ggdb2" }
// { dg-options "-ggdb2" }
// Origin: ivan 
// Origin: ivan 
//         pinskia@gcc.gnu.org
//         pinskia@gcc.gnu.org
// Bug 20505: ICE with -ggdb2
// Bug 20505: ICE with -ggdb2
struct b
struct b
{
{
  static const int d;
  static const int d;
  virtual bool IsEmpty() const=0;
  virtual bool IsEmpty() const=0;
  int e,c;
  int e,c;
};
};
const int b::d = ((__SIZE_TYPE__)(&((b*)1)->c) - 1);
const int b::d = ((__SIZE_TYPE__)(&((b*)1)->c) - 1);
 
 

powered by: WebSVN 2.1.0

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