From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 317423870854; Wed, 3 Jun 2020 16:59:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 317423870854 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591203597; bh=IUHnFLIcVfP5IqpJCGgWOxsRwJht+vxlyeHlipSjNro=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EpLddO16YIA+pGqTaGmHb8N5VExgz3DZjHeCjQDscEkaOMWJljt1i+Trcz6sexA// HkLJp8AreKZxF6gZCF1AUt16b1V1sKaYSYZZeISfRWmthWNcgYmfH5O15qpBBsWZRu HXeJO437uhUFU4BPUe1oIaih8gTTJg83OG28ZR2E= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95487] [10 Regression] ICE: verify_gimple failed (error: invalid vector types in nop conversion) with -O3 -march=skylake-avx512 since r10-1052-gc29c92c789d93848 Date: Wed, 03 Jun 2020 16:59:57 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work cf_known_to_fail short_desc 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, 03 Jun 2020 16:59:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95487 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.0 Known to fail| |10.1.0 Summary|[10/11 Regression] ICE: |[10 Regression] ICE: |verify_gimple failed |verify_gimple failed |(error: invalid vector |(error: invalid vector |types in nop conversion) |types in nop conversion) |with -O3 |with -O3 |-march=3Dskylake-avx512 since |-march=3Dskylake-avx512 = since |r10-1052-gc29c92c789d93848 |r10-1052-gc29c92c789d93848 --- Comment #7 from Richard Biener --- Fixed on trunk sofar.=