Xref: news2.mv.net comp.os.msdos.djgpp:828 From: jstev AT gladstone DOT uoregon DOT edu (Josh Stevens) Newsgroups: comp.os.msdos.djgpp Subject: Re: Internal compiler errors with v2b4 and exceptions Date: Wed, 31 Jan 1996 04:05:42 GMT Organization: University of Oregon Lines: 14 Message-ID: <4empeo$pk0@pith.uoregon.edu> References: <4ekdh7$3ul AT pith DOT uoregon DOT edu> NNTP-Posting-Host: cisco-ts9-line15.uoregon.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp OK, here's a little more info on the problem... It turns out that the problem occurs when I compile this file even with *no* exception-handling code -- the compile crashes just because I ran it with the -fhandle-exceptions argument. So, does anyone know why using the -fhandle-exceptions argument would cause the compiler to crash when compiling a mid-sized C++ source file? I'm also calling it with -O2, -Wall, -c, -MMD, -m486, and some -I arguments. -Josh