Related articles |
---|
Frontend for C with gcc extensions ruff@mcst.ru (Andrey S. Bokhanko) (2000-09-28) |
Re: Frontend for C with gcc extensions pfaffben@msu.edu (Ben Pfaff) (2000-10-01) |
Re: Frontend for C with gcc extensions vii@altern.org (John Fremlin) (2000-10-01) |
Re: Frontend for C with gcc extensions vbdis@aol.com (2000-10-01) |
Re: Frontend for C with gcc extensions rivers@dignus.com (Thomas David Rivers) (2000-10-06) |
Re: Frontend for C with gcc extensions plakal@cs.wisc.edu (2000-10-06) |
Re: Frontend for C with gcc extensions dann@godzilla.ics.uci.edu (Dan Nicolaescu) (2000-10-06) |
Re: Frontend for C with gcc extensions freitag@alancoxonachip.com (Andi Kleen) (2000-10-08) |
From: | Thomas David Rivers <rivers@dignus.com> |
Newsgroups: | comp.compilers |
Date: | 6 Oct 2000 01:13:50 -0400 |
Organization: | Compilers Central |
References: | 00-09-200 00-10-002 |
Keywords: | C, GCC |
"Andrey S. Bokhanko" <ruff@mcst.ru> writes:
> > Does anyone know of a freely available (in source code) C frontend that
> > understands GNU C extensions?
Ben Pfaff wrote:
> SGI's open source Pro64 compiler understands GNU C extensions,
> according to the webpage at
> http://oss.sgi.com/projects/Pro64/
> I have no idea how easy it would be to extract the frontend from
> the compiler, but there's a couple of documents explaining how
> it is structured on the SGI site above.
I believe if you dig into that some more:
http://oss.sgi.com/projects/Pro64/READMEsrc.html
you'll see that SGI is using the GNU front-ends.
- Dave Rivers -
Return to the
comp.compilers page.
Search the
comp.compilers archives again.