]> gcc.gnu.org Git - gcc.git/commitdiff
crash18.C: Remove.
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 31 Jul 2003 18:06:44 +0000 (18:06 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 31 Jul 2003 18:06:44 +0000 (11:06 -0700)
2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.old-deja/g++.other/crash18.C: Remove.

From-SVN: r70007

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/crash18.C [deleted file]

index b3137c3c842c2266bee0b12e7e5900af6fa4c851..52389e6bdb3dc3f9ae17f29cc448e7110d3b986b 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
+       
+       * g++.old-deja/g++.other/crash18.C: Remove.
+
 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.dg/template/explicit3.C: New.
diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash18.C b/gcc/testsuite/g++.old-deja/g++.other/crash18.C
deleted file mode 100644 (file)
index 2b6f166..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// { dg-do assemble  }
-// { dg-options "-fvtable-gc -S" }
-// Origin: Mark Mitchell <mitchell@codesourcery.com>
-
-struct S {
-  virtual void f ();
-};
-
-S* s;
-
-void g ()
-{
-  s->f ();
-}
This page took 0.378834 seconds and 5 git commands to generate.