Sender: nate AT cartsys DOT com Message-ID: <35C0C98F.B68E1B5C@cartsys.com> Date: Thu, 30 Jul 1998 12:29:19 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Thomas DOT Kumlehn AT cfb-berlin DOT com CC: djgpp AT delorie DOT com Subject: Re: Is GPP a frontend to GCC, or a stand-alone compiler? References: <35C048AC DOT 68CB AT cfb-berlin DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Thomas Kumlehn wrote: > > The main reason for my question is that I need a win32 based tool to > convert C++ code to plain C (similar to Cfront on IRIX, SOLARIS etc). No, it's a standalone compiler that uses much of the same code as GCC. (There is an intermediate representation between the C++ frontend and the generic backend, but it's internal to GCC and won't help you.) -- Nate Eldredge nate AT cartsys DOT com