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 tree-optimization/22493] [4.1 Regression] with -fwrapv -INT_MIN is still not positive


------- Additional Comments From phython at gcc dot gnu dot org  2005-07-19 07:15 -------
 The attached patch, with the typo fixed and using
 int_const_binop (PLUS_EXPR, vr0.min, one, 0) fixed the optimization failures of
Divide_1 in the testsuite.

-- 


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


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