]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/rtti/crash1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / rtti / crash1.C
diff --git a/gcc/testsuite/g++.dg/rtti/crash1.C b/gcc/testsuite/g++.dg/rtti/crash1.C
deleted file mode 100644 (file)
index eea6a39..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// { dg-do compile }
-
-// Copyright (C) 2002 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 29 Sep 2002 <nathan@codesourcery.com>
-
-// PR 7788. ICE
-
-class foo;
-extern const foo bar;
-class bar;