Re: base_dir and -Xclang option - bug or incompleteness?

Joel Rosdahl <[email protected]> Fri, 25 Mar 2016 21:21:43 +0100
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAK8D=pisTL8j_SBGazVJCrbRX1cyO09kW8cGCU5HLNgHku71oA@mail.gmail.com>
On 23 March 2016 at 17:56, Michael Kolomeytsev <
[email protected]> wrote:
> I looked into the ccache source code
> https://github.com/jrosdahl/ccache/blob/master/ccache.c#L1696 - that
> special Xlang options  processing is exactly what I need. But it doesn't
> work 'cause "i+=3" is forgotten before the "continue"?

Yes, indeed looks so. I've applied your pull request, thanks!

-- Joel