Date: Mon, 8 Dec 1997 15:57:14 +0200 (IST) From: Eli Zaretskii To: Ian Miller cc: djgpp AT delorie DOT com, Paul Derbyshire Subject: Re: DJGPP, GCC, and throw, try, catch In-Reply-To: <8767p6comg.fsf@hasn.dera.gov.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 3 Dec 1997, Ian Miller wrote: > ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) writes: > > > Does GCC/DJGPP support C++ exceptions; that is to say, the throw statement > > and the try...catch block? > > Yes. > > > If so, in what ways if any does it deviate from the standard? > > It doesn't; it's just broken. The G++ FAQ explains that the current GCC exception support doesn't mix well with optimizations. This really means that it is not yet ready for use in production code.