]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/error1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / error1.C
diff --git a/gcc/testsuite/g++.dg/other/error1.C b/gcc/testsuite/g++.dg/other/error1.C
deleted file mode 100644 (file)
index 2fabd7c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// { dg-do compile }
-
-// Copyright (C) 2001 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 18 Dec 2001 <nathan@nathan@codesourcery.com>
-
-// PR 90, stupid error message `(this + 160)'
-
-class foo {
-  public:
-  int fudge[40];
-  int bar [40];
-  inline int access(int i) {
-    return bar(i);  // { dg-error "`this->foo::bar' cannot" "" }
-  }
-};