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

Re: [google] Allow relative profile paths. (issue4280074)


OK. A nit and a question below.


Diego.



http://codereview.appspot.com/4280074/diff/1/gcc/doc/invoke.texi File gcc/doc/invoke.texi (right):

http://codereview.appspot.com/4280074/diff/1/gcc/doc/invoke.texi#newcode7777
gcc/doc/invoke.texi:7777: and its related options. Both absolute and
relative can be used.
s/relative/relative paths/

http://codereview.appspot.com/4280074/diff/1/gcc/libgcov.c
File gcc/libgcov.c (right):

http://codereview.appspot.com/4280074/diff/1/gcc/libgcov.c#newcode286
gcc/libgcov.c:286: if (prefix_length != 0 && !IS_DIR_SEPARATOR (*fname))
I'm confused.  why did you take !HAS_DRIVE_SPEC() out?

http://codereview.appspot.com/4280074/


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