decl2.c (import_export_decl): Because vtables always reference virtual functions...
authorMike Stump <mrs@wrs.com>
Tue, 13 Apr 1999 18:09:57 +0000 (18:09 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 13 Apr 1999 18:09:57 +0000 (18:09 +0000)
commit9c73ec846939943d81a89e13d557fa7c3a35d910
treed8df67840e22615efad5a352108e5e1281646f84
parent63a4a903a76197650e672fe559ac654b7c85ec43
decl2.c (import_export_decl): Because vtables always reference virtual functions...

* decl2.c (import_export_decl): Because vtables always reference
virtual functions, even if they are inlined, don't allow
-fno-implement-inlines to not emit them, instead, emit them with
the vtable.
* decl.c (start_function): Likewise.
Fixes vtable1.C

From-SVN: r26416
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/testsuite/g++.old-deja/g++.mike/vtable1.C [new file with mode: 0644]