From d581a449b91fd82649f5bb0bd2dc14e4d78b19fc Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 25 Jan 2000 06:58:15 +0000 Subject: Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed since EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable. --- contrib/gcc/config/freebsd.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'contrib/gcc/config') diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 95505d8..6381914 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -89,11 +89,10 @@ Boston, MA 02111-1307, USA. */ libraries compiled with the native cc. */ #undef NO_DOLLAR_IN_LABEL -/* Use more efficient ``thunks'' to implement C++ vtables. XXX note that - this setting is claimed to have a few bugs by the EGCS maintainers. They - believe the bugs will be worked out in EGCS 1.2. */ +/* Do not use ``thunks'' to implement C++ vtables. This method still has + fatal bugs. Also, GCC 3.0 will have a new C++ ABI that may not even + support `thunks'. */ #undef DEFAULT_VTABLE_THUNKS -#define DEFAULT_VTABLE_THUNKS 1 /* This is BSD, so we want the DBX format. */ #define DBX_DEBUGGING_INFO -- cgit v1.1