This is the mail archive of the gcc-bugs@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]

[Bug other/33087] Add dependency information to object files and make use of it



------- 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


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