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/27603] [4.1/4.2 Regression] wrong code, apparently due to bad VRP (-O2)



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-05-15 05:44 -------
(In reply to comment #8)
integer_nonzerop should be used instead of !integer_zerop.

See http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00587.html.

-- Pinski


-- 


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


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