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:
parent
fdacb904ee
commit
5011c2ca46
2 changed files with 4 additions and 14 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
}
|
Loading…
Add table
Reference in a new issue