From: Christopher Croughton Message-Id: <97Dec5.132929gmt+0100.17033@internet01.amc.de> Subject: Re: DJGPP, GCC, and throw, try, catch To: ao950 AT FreeNet DOT Carleton DOT CA, djgpp AT delorie DOT com Date: Fri, 5 Dec 1997 12:27:10 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) wrote: > Broken?? Yes. If you only have a few objects with exceptions it works, but if you declare too many then the compiler breaks (internal errors, SIGSEGV etc.). Not just DJGPP, gcc in geneal does that. > > That's because this is not a DJGPP-specific issue. > > Yes it is. I asked if DJGPP supports C++ exceptions, not if C++ had > exceptions, nor if Micro$haft Visual C++ supported C++ exceptions. It > seems pretty DJGPP-specific to me! It isn't purely DJGPP specific, it's gcc in general (DJGPP doesn't add any syntax to gcc). If you searched in the info gcc you would find plenty on exceptions, templates etc. That's why it's not in the FAQ. The FAQ describes those features which cannot be deduced from the general gcc documentation (for instance aspects of the DOS specific memory system, video handling, etc.). It doesn't tell you about the gcc extensions or language features because they are already described in the gcc documentation. Chris C