From 7885e8b5d8499b0489216fb4cd980be9e609de8d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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(-) diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 95505d8f3a47..638191415dbc 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.3