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


Geert Bosch <bosch@gnat.com> writes:

> On Sunday, Jun 1, 2003, at 15:19 America/New_York, Neil Booth wrote:
>> Following a brief discussion with rth at the summit, and just
>> now on IRC, I thought I'd post what the current plan is.
>>
>> 1) Create a directory fe/
>> 2) Create a directory fe/c/
>> 3) Move c-specific and C common files, like c-lex.c, there.
>> 4) Move objc/ to fe/ too.
>
> Can't we just have directories c/ objc/ cp/ java/ etc?
> I don't quite see what the extra fe/ level buys us.

Additional structure.  Farther down the road, people are considering
having subdirectories for tree and RTL optimizers and "back end"
logic, at which point it is nice to be able to distinguish front end
directories.

zw


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