------- Comment #3 from raselmsh at hotmail dot com 2007-08-16 11:14 ------- How reliable is ccache? I have tried it (or was it a different C Cache?), but uninstalled after I found that it caused some compile runs to fail, presumably after misselecting the object file from the cache.
To clarify the above - by source files, I meant any files needed to produce the object file, like what gcc outputs if you ask it for the dependencies of a source file now. And this would have at least one advantage over ccache - if it were an actual part of GCC, then it would be possible after the feature became common to distribute makefiles making use of it. Right now, that would mean requiring the recipient to install ccache on their machine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33087