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: Jan dot Madsen at epfl dot ch, jbuck at synopsys dot com
- Subject: Re: Patch for sC++ to GNU C++.
- From: mrs at wrs dot com (Mike Stump)
- Date: Thu, 22 Oct 1998 08:59:13 -0700
- Cc: egcs at cygnus dot com, jason at cygnus dot com
> From: Joe Buck <jbuck@Synopsys.COM>
> To: Jan.Madsen@epfl.ch (Jan Madsen)
> Date: Wed, 21 Oct 98 12:38:50 PDT
> Cc: egcs@cygnus.com, jason@cygnus.com
> The idea is that there would be a new directory gcc/sc which would
> be a peer of gcc/cp. It would contain all of the new sc-xxx.c files.
> Initially, the parser would need to be duplicated and modified, which
> I don't much like.
Uhm, it's the whole compiler, not any subpart of the compiler. I
don't like copying on that large a scale.
Maybe folks can talk about good ways to think about frontends and code
them so we can get more sharing of semantics between frontends. This
I think is overdue.