This is the mail archive of the gcc-patches@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: [distcc] using distcc to speed up gcc bootstraps


On Aug 23, 2002, Neil Booth <neil@daikokuya.co.uk> wrote:

> Alexandre Oliva wrote:-
>> > I find this somewhat icky, but it's fully backward-compatible.  Neil,
>> > Zack, anyone else, what do you think?
>> 
>> Not having got any complaints about this proposal, I went ahead and
>> implemented it.  Patch below.  Ok to install?  Bootstrapped on
>> athlon-pc-linux-gnu.

> I don't like it.  This area is messy enough as-is without adding more
> random metadata to it.

So you're saying you don't care about distcc and you think it's not
important to preserve the directory where the source file was
preprocessed in the debugging info?  Or are you just saying you have
some better way to achieve this goal that you failed to mention?

> If this does go in, I don't think it should go in until 3.4 branches,

Why?  It's fully backward-compatible, and it adds information that
helps GCC do a better job.

> and I don't think it should be in cpplib (it should be in cc1).

So how do you suggest it to emit a single <directory> directive right
after the initial source file name?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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