From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: PGCC with GCC 2.8.0 Date: Mon, 16 Mar 1998 13:34:21 -0800 Organization: Hewlett Packard Lines: 18 Message-ID: <6ek5t0$am$1@rosenews.rose.hp.com> References: <350B818C DOT 355C AT cam DOT org> NNTP-Posting-Host: ros51675cra.rose.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Vic wrote in message <350B818C DOT 355C AT cam DOT org>... >AFAIK PGCC and GCC 2.8.0 are going to different directions right now. >If I use PGCC is there any reason to install GCC 2.8.0? If I install gcc >2.8.0 and PGCC over it, do I still take advantage of the new features in >GCC 2.8.0 ? I already answered these questions from you ~2 weeks ago (03/06, they are still on the server even) Did you forget already? PGCC is not an upgrade to your existing compiler. You either replace it completely, or keep both of them and choose which one you want to use. PGCC is based off of egcs. Egcs, in turn split from gcc 2.8. Any changes that go into gcc 2.8 are patched into the egcs source release. PGCC has all features that gcc 2.8 does and then some. Andy