From: pavenis AT lanet DOT lv Message-ID: To: Robert Hoehne , djgpp-workers AT delorie DOT com Date: Wed, 25 Aug 1999 21:26:52 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc-2.95.1 In-reply-to: <199908251715.TAA04039@robby.dittmannsdorf.de> References: X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Results from searching gcc-bugs mailing list: http://egcs.cygnus.com/ml/gcc-bugs/1999-05/msg00148.html http://egcs.cygnus.com/ml/gcc-bugs/1999-05/msg00159.html Seems that exceptions need -frtti with gcc-2.95.X Andris On 25 Aug 99, at 19:17, Robert Hoehne wrote: > I found now the reason for my crash with the exception test program. > > I compiled the file with RHIDE in a directory, where I had a rhide.env > file which added the -fno-rtti switch when compiling. The result is > now, that that exceptions will not work, if you compile the file with > -fno-rtti !!! My question is now, is that a general gcc 2.95 bug or is > this only in the DJGPP version or is it a feature which is nowhere > documented or have I overlooked something. > > With gcc 2.81 does exceptions work even when I use the -fno-rtti > switch.