Re: Frontend for C with gcc extensions

Andi Kleen <freitag@alancoxonachip.com>
8 Oct 2000 22:12:32 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: Andi Kleen <freitag@alancoxonachip.com>
Newsgroups: comp.compilers
Date: 8 Oct 2000 22:12:32 -0400
Organization: SuSE GmbH, Nuernberg, Germany
References: 00-09-200
Keywords: C, parse

"Andrey S. Bokhanko" <ruff@mcst.ru> writes:
> Does anyone know of a freely available (in source code) C frontend that
> understands GNU C extensions?
>
> The obvious answer -- gcc frontend itself doesn't count, because it's
> not frontend in traditional sence -- it's rather an inextricable mix
> of frontend and backend.


Actually the gcc C frontend has been ported to other backends. See
SGI's prodev64 compiler which uses it and the g++ frontend with a
totally different, non RTL based backend. prodev64 is GPLed and
source should be available from http://oss.sgi.com. You could
probably use the frontend from gcc directly as well, it does not look
like SGI did too many changes except for a thin adaption layer.


-Andi


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.