This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Moving C to its own directory
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Geert Bosch <bosch at gnat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 2 Jun 2003 23:22:15 +0100 (BST)
- Subject: Re: RFC: Moving C to its own directory
- References: <04863D3D-9547-11D7-948C-00039344BF4A@gnat.com>
On Mon, 2 Jun 2003, Geert Bosch wrote:
> It would seem to make more sense to move the tree passes and
> rtl passes into separate subdirectories tree/ and rtl/ directories
> and leave the gcc/gcc directory for descriptions of the interfaces
> (rtl.h, tree.h, ...) and some glue code to call everything (toplev.c).
>
> However if there are plans for what should live in the fe/ directory,
> I'd like to hear them.
Where does the fe/ proposal put language-independent front end code such
as fold-const.c, or code that is essentially C front end but other front
ends may use anyway (builtin*)?
--
Joseph S. Myers
jsm28@cam.ac.uk