From mboxrd@z Thu Jan 1 00:00:00 1970 From: mrs@wrs.com (Mike Stump) To: Jan.Madsen@epfl.ch, jbuck@synopsys.com Cc: egcs@cygnus.com, jason@cygnus.com Subject: Re: Patch for sC++ to GNU C++. Date: Thu, 22 Oct 1998 13:59:00 -0000 Message-id: <199810221559.IAA08546@kankakee.wrs.com> X-SW-Source: 1998-10/msg00864.html > From: Joe Buck > 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.