Commit 5011c2ca by Andrew Pinski Committed by Andrew Pinski

crash18.C: Remove.

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

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

From-SVN: r70007
parent fdacb904
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.
......
// { 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 ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment