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 testsuite/40359] [4.5 Regression] Revision 148211 caused a lot of failures in the vect test suite.



------- Comment #18 from dominiq at lps dot ens dot fr  2009-06-16 10:10 -------
> Could you please try this patch (I changed (!a && !b) to !(a || b)).

I am currently regtesting on my ppc and it takes a long time. Meanwhile I am
not sure to understand what you expect with this change: if I am not mistaken
!(a || b) == (!a && !b) .


-- 


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


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