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: [PATCH 00/18] resurrect automatic dependency tracking


Tom> Good idea.  I'll dig up make 3.81 and give it a try soon, if not
Tom> tomorrow, then early next week.

I did this today.

I downloaded and built GNU make 3.81 and put it in my PATH.
Then I did "make -j2" builds in the gcc directory of each revision.
I also ran "touch Makefile.in" and then "make -j2" again.

I didn't see any hangs.  So, at least for me, the branch seems safe.
Anybody else can easily try it.


I do need to make another revision of the series, though.  I'd forgotten
why gdb has this "POSTCOMPILE" step, but I saw the answer while
re-reading the old thread: it avoids an atomicity problem if gcc is
interrupted while writing the .Po file.  I'll send the new series soon.

Tom


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