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 11:19:57 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> Please cd to gcc/objc and look around. Do you see
> Joe> duplication? No, you only see six source files. The only
> Joe> duplication is in objc-parse.y: it and c-parse.y are both
> Joe> obtained from c-parse.in.
Mark writes:
> I agree with you. Thank you for making me pay attention long enough
> to see what was really going on.
Convergence may be possible. :-)
So, Jan, I guess what I am asking is for you to restructure your patch so
that it looks like the way objc is built on top of C. If I understand
things correctly, only the bison input needs changing, right, so it is
analogous to Objective-C?
(I can't promise, of course, that your changes would then be accepted,
that's up to Jason and Jeff -- but it would make it more likely, I think).