Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!mcvax!litp!rms From: mcvax!litp!rms@UUNET.UU.NET (Richard M. STALLMAN) Newsgroups: gnu.gcc.bug Subject: GCC and dbm Message-ID: <8903111626.AA12031@litp.univ-p6-7.fr> Date: 11 Mar 89 16:26:30 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: rms@wheaties.ai.mit.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 dbm contains functions that return structures. GCC structure returning is incompatible with that of PCC-compiled programs on most machines. GCC 1.34 comes with a new switch -fpcc-struct-return which tells it to use a compatible convention. Alas, this flag has bugs in 1.34. They are fixed for 1.35, to appear in about 3 weeks.