This is the mail archive of the gcc-help@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: Floating point performance issue


David Brown <david.brown@hesbynett.no> writes:
>> David Brown<david@westcontrol.com>  writes:
>>> Making "-Wfloat-equal" a default flag would eliminate many of these
>>> mistakes.
>>
>> It also results in false positives, so it shouldn't be on by default.
>>
>> [E.g. "float x = 0;  .... y = x; ... if (y == 0) ..." should not result
>> in a warning.]
>>
>> -Miles
>>
>
> I gather (from the bug report mentioned by Vincent Lefevre) that code
> like this will not always give the result you expect - so the compiler
> should definitely warn in such cases. 

No.  The bug cited by Vincent is a completely different case.

Calculation and assignment are not the same.

-Miles

-- 
Quotation, n. The act of repeating erroneously the words of another. The words
erroneously repeated.


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