Richard Guenther wrote:

> Branches will get confused.  SVN does not really track file moves.  So
> I think this is not a stage1 but more a stage3 thing.
> 
> It also will make grepping even more painful than it is now (remember
> that ada change to introduce a 3rd directory level here ...).
> 
> I would rather appreciate cleaning up what is in what file (to the extent
> to split existing files), than to get even more confusion if I have to think
> if stuff might be in ipa/ or ir/ or tree/ ...

I agree with that.  I think this change may well cause more work than it
saves, particularly with merges.  (I really don't like the idea of putting
all .h files into include/ .)

It seems to me that this is to do with a preference for narrow, deep
hierarchies over shallow, wide ones.  I'm not at all sure that from an
objective point of view it'll make gcc easier to maintain.

I'm not at all opposed to some reorganization where it really makes sense
to do so.  Putting all of c-common.* into gcc/c is a fine idea.

Andrew.

Reply via email to