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: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: neroden at twcny dot rr dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Jun 03 21:45:42 EDT
- Subject: Re: RFC: Moving C to its own directory
The point is that currently we look for po/config-lang.in,
intl/config-lang.in, fixinc/config-lang.in, etc. (waste of time, and
could theoretically give false positives), and then we have to add
whatever the file is for C.
I'm not sure I follow your point, but I agree that the C front end
should be in its own directory: I just think it should be gcc/c, not
gcc/lang/c or gcc/fe/c.