From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D091384402E; Thu, 9 Jul 2020 12:38:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D091384402E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594298320; bh=vPRq9xwbv+pudd6xgXD89pmH4q2zeApLIqR9ueWz/Mc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J9MNLt/46uCizL5c8+MA72uq/Z186DQFlF+VyctqjrGH8RdmgXhuWfpWU34eFqQOy EWAtmNXAs5TeuAEoGup6R0zfOaLWp8pVzizRszkbJ/fEXGC8x8qmr1JplNcBntrzzl LA47MkgHWCB9UR1f3v0eexRA6//aXpm7VfU7eCUo= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96128] [11 Regression] ICE in do_store_flag, at expr.c:12247 since r11-1445-g502d63b6d6141597bb18fd23c87736a1b384cf8f Date: Thu, 09 Jul 2020 12:38:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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: Thu, 09 Jul 2020 12:38:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96128 --- Comment #2 from Martin Li=C5=A1ka --- (In reply to Richard Biener from comment #1) > Just trace make_ssa_name ... So this one is leftover from gimplify.c where we expand the first argument = to assignment to a SSA NAME and so we end up only with the vector comparisons,= but no VEC_COND_EXPR. Would it be possible to remove the SSA_NAME in gimplify.c when we know the VEC_COND_EXPR is expanded to no-op?=