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

Subversion Repositories openrisc

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

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

Rev 154 Rev 816
// { dg-do compile }
// { dg-do compile }
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 Dec 2001 
// Contributed by Nathan Sidwell 18 Dec 2001 
// PR 90, stupid error message `(this + 160)'
// PR 90, stupid error message `(this + 160)'
class foo {
class foo {
  public:
  public:
  int fudge[40];
  int fudge[40];
  int bar [40];
  int bar [40];
  inline int access(int i) {
  inline int access(int i) {
    return bar(i);  // { dg-error "cannot be used as a function" "" }
    return bar(i);  // { dg-error "cannot be used as a function" "" }
  }
  }
};
};
 
 

powered by: WebSVN 2.1.0

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