Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Paul Derbyshire , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: exception-handling Date: Tue, 28 Apr 1998 20:37:44 -0700 Message-ID: <19980429033703.AAJ3301@ppp104.cartsys.com> Precedence: bulk At 03:42 4/28/1998 GMT, Paul Derbyshire wrote: >Nils Lohmann wrote: >> >> Does anybody know why teh following code taken out of Stroustrup: Die >> C++ >> Programmiersprache >> Terminates whith ABORT and doen't use the Exception Handler for range >> errors. >> >> Compiler : DJGPP, GCC2.80, CWSDPMI V4.0 > >There's a bug in this version, that requires the workaround of using the switch >-fsjlj-exceptions on the command line. It is fixed in g++ 2.8.1, or so I hear. It is a DJGPP-specific bug, so it's unrelated to G++ 2.8.1. The bug will probably be fixed before the DJGPP port of 2.8.1 is released, however. Nate Eldredge nate AT cartsys DOT com