Re: [PATCH] Write dependency information (-M*) even if there are errors

2017-09-01 Thread Jeff Law
On 08/13/2017 09:25 AM, Boris Kolpackov wrote: > Hi, > > I've been instructed to resend this patch from the gcc mailing list: > > Currently GCC does not write extracted header dependency information > if there are errors. However, this can be useful when dealing with > outdated generated headers

[PATCH] Write dependency information (-M*) even if there are errors

2017-08-13 Thread Boris Kolpackov
Hi, I've been instructed to resend this patch from the gcc mailing list: Currently GCC does not write extracted header dependency information if there are errors. However, this can be useful when dealing with outdated generated headers that trigger errors which would have been resolved if we