From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1AB413857C65; Mon, 27 Jul 2020 13:04:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AB413857C65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595855078; bh=VcajIDaDsMxcIBlLij9XFsTF1uyyRNTRavnbUzMr7js=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mI7kKLlhUU9nAzmdPgmlrDWIUK1eqMtKwHKGfTGpzNOle/94cpXJFpjq5jcsHkDKo YwrLY7gfa3MNX16UFIlcY1vUj3fAdj5G/73eMyr2/jvS2H2HUkqkWwVVgguI5i/dtu nKL9E1BXJ2l9jUJMQA+udu2SlLto+e7soHBzSHGs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96128] [11 Regression] ICE in do_store_flag, at expr.c:12247 since r11-1445-g502d63b6d6141597bb18fd23c87736a1b384cf8f Date: Mon, 27 Jul 2020 13:04:37 +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: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 13:04:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96128 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:55c9695cbe91c406805ac0cd342949f32f13b779 commit r11-2362-g55c9695cbe91c406805ac0cd342949f32f13b779 Author: Martin Liska Date: Mon Jul 27 13:55:38 2020 +0200 Do not expand vector comparison with VEC_COND_EXPR. gcc/ChangeLog: PR tree-optimization/96128 * tree-vect-generic.c (expand_vector_comparison): Do not expand vector comparison with VEC_COND_EXPR. gcc/testsuite/ChangeLog: PR tree-optimization/96128 * gcc.target/s390/vector/pr96128.c: New test.=