From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20611 invoked by alias); 10 Apr 2014 09:36:16 -0000 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 Received: (qmail 20563 invoked by uid 55); 10 Apr 2014 09:36:12 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/60502] [4.8 Regression] ICE reassociation and vector types. Date: Thu, 10 Apr 2014 09:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg00718.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Apr 10 09:35:39 2014 New Revision: 209274 URL: http://gcc.gnu.org/viewcvs?rev=209274&root=gcc&view=rev Log: Backport from mainline 2014-03-12 Jakub Jelinek Marc Glisse PR tree-optimization/60502 * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst instead of build_low_bits_mask. * gcc.c-torture/compile/pr60502.c: New test. 2013-06-13 Marc Glisse * tree.c (build_all_ones_cst): New function. * tree.h (build_all_ones_cst): Declare it. 2013-05-10 Marc Glisse * tree.c (build_minus_one_cst): New function. * tree.h (build_minus_one_cst): Declare new function. Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/testsuite/ChangeLog branches/gcc-4_8-branch/gcc/tree-ssa-reassoc.c branches/gcc-4_8-branch/gcc/tree.c branches/gcc-4_8-branch/gcc/tree.h