decl2.c (mark_vtable_entries): Don't make a copy of a function, and then make it...
authorMark Mitchell <mark@codesourcery.com>
Mon, 24 May 1999 23:38:55 +0000 (23:38 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 24 May 1999 23:38:55 +0000 (23:38 +0000)
commit5e65d3ee9ada6d20eff5a09d6c2a8af695887913
treeb45a659b2b3d0176195cb9e011fdbd9983c9c5cc
parent590e30e761c43b00bcfb75d853947a65e1823c62
decl2.c (mark_vtable_entries): Don't make a copy of a function, and then make it look like `abort'.

* decl2.c (mark_vtable_entries): Don't make a copy of a function,
and then make it look like `abort'.  Just use `abort' instead.

From-SVN: r27131
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/g++.old-deja/g++.pt/virtual2.C [new file with mode: 0644]