Message-Id: <199908251715.TAA04039@robby.dittmannsdorf.de> From: Robert Hoehne Organization: none provided To: djgpp-workers AT delorie DOT com Date: Wed, 25 Aug 1999 19:17:47 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc-2.95.1 CC: pavenis AT lanet DOT lv, "Mark E." References: In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com 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. ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************