1 Feb 2011 07:14
Re: PATCH: PR driver/47547: WHOPR, can't use /dev/null as an output file
Dave Korn <dave.korn.cygwin <at> gmail.com>
2011-02-01 06:14:57 GMT
2011-02-01 06:14:57 GMT
On 31/01/2011 19:30, H.J. Lu wrote:
> On Mon, Jan 31, 2011 at 11:09 AM, Diego Novillo <dnovillo <at> google.com> wrote:
>> On Mon, Jan 31, 2011 at 14:03, H.J. Lu <hongjiu.lu <at> intel.com> wrote:
>>
>>> <at> <at> -392,6 +392,7 <at> <at> run_gcc (unsigned argc, char *argv[])
>>> if (linker_output)
>>> {
>>> char *output_dir, *base, *name;
>>> + bool bit_bucket = !strcmp (linker_output, HOST_BIT_BUCKET);
>> strcmp != 0, please.
>
> Will do.
You mean "strcmp == 0" not "!=", in this instance. (Just in case you didn't
already spot it.)
cheers,
DaveK
RSS Feed