This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for sC++ to GNU C++.
- To: mark at markmitchell dot com (Mark Mitchell)
- Subject: Re: Patch for sC++ to GNU C++.
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Thu, 22 Oct 98 7:59:28 PDT
- Cc: jbuck at synopsys dot com, Jan dot Madsen at epfl dot ch, egcs at cygnus dot com, jason at cygnus dot com
>
> >>>>> "Joe" == Joe Buck <jbuck@synopsys.com> writes:
>
> Joe> The idea is that there would be a new directory gcc/sc which
> Joe> would be a peer of gcc/cp. It would contain all of the new
> Joe> sc-xxx.c files. Initially, the parser would need to be
> Joe> duplicated and modified, which I don't much like.
>
> Me neither. In fact, I'm thinking about how to (partially) reunify
> the C and C++ front-ends. Please, let's not duplicate any more code.
As I mentioned, the alternative is to do something like c-parse.in
(the technique used to share the C and Objective-C parsers).