From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30470 invoked by alias); 16 Jun 2009 10:10:43 -0000 Received: (qmail 30430 invoked by uid 48); 16 Jun 2009 10:10:32 -0000 Date: Tue, 16 Jun 2009 10:10:00 -0000 Message-ID: <20090616101032.30429.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/40359] [4.5 Regression] Revision 148211 caused a lot of failures in the vect test suite. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg01033.txt.bz2 ------- 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