From: Tom Wood Date: Wed, 28 Oct 1992 20:24:40 +0000 (+0000) Subject: (SDB_ALLOW_FORWARD_REFERENCES): Don't override. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e482b2cf8fbe972534fee553bfbe75bb9bf4236;p=gcc.git (SDB_ALLOW_FORWARD_REFERENCES): Don't override. From-SVN: r2634 --- diff --git a/gcc/config/m88k/dolph.h b/gcc/config/m88k/dolph.h index 0c1783aa760..8a26280c0eb 100644 --- a/gcc/config/m88k/dolph.h +++ b/gcc/config/m88k/dolph.h @@ -26,8 +26,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Error messages like as: "/usr/tmp/cca22733.s": cannot reduce symbol table, unused symbols remain when compiling some programs. - example program (C++): struct bad { bad(); }; bad::bad() {} */ -#undef SDB_ALLOW_FORWARD_REFERENCES + example program (C++): struct bad { bad(); }; bad::bad() {} + + This problem seems to have gone away, perhaps with release 3.6 of the O/S + from Dolphin. */ +/* #undef SDB_ALLOW_FORWARD_REFERENCES */ /* Use T_ARG as T_VOID. T_VOID is not defined in as it should be. */ #define T_VOID T_ARG