From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C323395447D; Wed, 23 Sep 2020 12:42:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C323395447D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1600864923; bh=a8/VpaYxMXj89QmVxn4splUYPh38Y+Cb8SFY9SLbh2s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s5Veuv2cejV7B25zkKxRvhDBad1+cCi5tu8YJJyylP8OseKH6x7yGOkGaeAEBQuc4 XWVqZyVeJ1WLfAXxVTuwtj9W6trpkBbQtooXI8t2qTv6O1Tsb8od/YVAtf/18rUBF2 y/Izz85tZGc2F0hD60ebvhsV2xIDS/6fCVBhYBPE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96453] [11 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:167 with -Og -fno-early-inlining -fno-tree-ccp -mavx -mno-sse4.2 Date: Wed, 23 Sep 2020 12:42:03 +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: rguenth 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: Wed, 23 Sep 2020 12:42:03 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96453 --- Comment #5 from Richard Biener --- Needs -fno-tree-dce to ICE (otherwise the loop is completely elided).=