|
From: Tom H. <to...@co...> - 2009-01-08 09:16:28
|
Julian Seward wrote:
>> I just found a piece of really simple and sensible looking code that
>> produces a false positive:
>>
>> for( i = 0; i < 12; ++i )
>> {
>> longmonth[i] = NULL;
>> shortmonth[i] = NULL;
>> }
>
> I can't reproduce this failure, on openSUSE 11.0 (gcc 4.3.1, 64 bit),
> compiled -O1 or -O0:
I think this was a red herring - I can't reproduce it anymore and I
think that I must have been looking at an old log file that was produced
before I had all the variable detection working properly.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|