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)


On Mon, Mar 28, 2011 at 14:14,  <martint@google.com> wrote:

> On 2011/03/28 17:59:32, Diego Novillo wrote:
>>
>> I'm confused. Âwhy did you take !HAS_DRIVE_SPEC() out?
>
> Earlier in the function, the following code makes sure we don't start
> the fname with a DRIVE_SPEC.
>
> Â Â Âif (prefix_length != 0 && HAS_DRIVE_SPEC(fname))
> Â Â Â Âfname += 2;

Ah, quite right.  Thanks.


Diego.


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