Xref: news2.mv.net comp.os.msdos.djgpp:684 From: jstev AT gladstone DOT uoregon DOT edu (Josh Stevens) Newsgroups: comp.os.msdos.djgpp Subject: Internal compiler errors with v2b4 and exceptions Date: Tue, 30 Jan 1996 06:29:49 GMT Organization: University of Oregon Lines: 23 Message-ID: <4ekdh7$3ul@pith.uoregon.edu> NNTP-Posting-Host: cisco-ts8-line13.uoregon.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, everybody... I have just run into a problem. I decided to add exception-handling to the project I'm working on, and it seemed to work just fine for the first two source files. But in the third file I tried to use it in, I got a very strange internal compiler error. The error occurs when compiling fstream.h, which is the very first file included in this source module. No other code is compiled before fstream.h. Furthermore, it is reported as occurring on line 168 . . . but there is no line 168. All I did was add some standard exception-handling to my code! And it's not even getting around to compiling it before feeding me errors! Does anybody know anything about this? Thanks. -Josh P.S.: Sorry if this gets posted twice...I'm having a slight problem with my newsreader.