------- Comment #19 from irar at il dot ibm dot com  2009-06-16 10:18 -------
(In reply to comment #18)
> > 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) .

Yes, the problem is that we think that the test is correct and it doesn't work
because of some syntax/brackets/space problems.


-- 


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

Reply via email to