https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28564
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |WONTFIX
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Well after reconsidering this, I probably don't want to hardwire absolute paths
to .gcda and .gcno files. One can do instrumentation and run on a different
machine, thus usage of -o option is right thing to do.