crash18.C: Remove.

2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r70007
This commit is contained in:
Andrew Pinski 2003-07-31 18:06:44 +00:00 committed by Andrew Pinski
parent fdacb904ee
commit 5011c2ca46
2 changed files with 4 additions and 14 deletions

View 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.

View file

@ -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 ();
}