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/23669] fold does convert (-a)/10 into a/-10.


------- Additional Comments From mrnobo1024 at yahoo dot com  2005-10-01 17:25 -------
Those expressions are only the same for floating point types.

f(-2147483648)  == -214748364
f1(-2147483648) == 214748364

-- 


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


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