From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: To person who ported PGCC to DJGPP Date: Mon, 15 Jun 1998 09:42:29 -0700 Organization: Hewlett-Packard, Roseville Lines: 17 Message-ID: <6m3iti$3db$1@rosenews.rose.hp.com> References: NNTP-Posting-Host: ros51675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > GCC 2.8.1 does NOT handle exceptions properly. This is news to me. Whats wrong with it? > I've been told EGCS 1.02 does a much better job and noticed that 1.03 was released >recently. There is a pgcc 1.0.3, but for djgpp people it is virtually identical to 1.0.1. There have been no changes to exception handling that I know of. Also, the addition to support table based exception handling that will appear in pgcc was taken directly from the 2.8.1 gcc djgpp release. If you want to try it just pull the linker script and new crt.o file and add them ontop of pgcc 1.0.1 release.