This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Moving C to its own directory


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]