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

[Bug middle-end/20434] pessimization of complex expression


------- Additional Comments From Thomas dot Koenig at online dot de  2005-03-11 22:49 -------
> > - Why the casts to double?
> Because that is required by the C standard.

Isn't that covered by the as-if rule?  I'm fairly
sure the cast to double won't change the result of
the "<" operator :-)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20434


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