From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38D3C3857020; Mon, 21 Aug 2023 01:03:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38D3C3857020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692579835; bh=XJAleCJinSNilznDbtjGVClPH8lQrQHNKSJtIitbBIM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=boeenHWQi9GBQXlnLGOqXzf3ts6+NlY1+/WXI/1aWgqezuG35H8Ks7VWJ/wcPz5uL Zx67siSo4kVJA4CMntpJwwNfOwqYgXMcR7cPxYvVkBnwY5xg3R9XRz8mFcuuRAMZIj n62M9FYrMF6173yeULJlQ86GRlCKi0M6dWAmXiX8= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111062] ICE: in final_scan_insn_1, at final.cc:2808 could not split insn {*andndi_1} with -O -mavx10.1-256 -mavx512bw -mno-avx512f Date: Mon, 21 Aug 2023 01:03:48 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111062 --- Comment #1 from Hongtao.liu --- (In reply to Zdenek Sojka from comment #0) > Created attachment 55755 [details] > reduced testcase >=20 > Compiler output: > $ x86_64-pc-linux-gnu-gcc -O -mavx10.1-256 -mavx512bw -mno-avx512f testca= se.c > cc1: warning: > '-mno-avx512{f,vl,bw,dq,cd,bf16,fp16,vbmi,vbmi2,vnni,ifma,bitalg,vpopcntd= q}' > are ignored with '-mavx10.1' and above Warning message can be a little confusing. A better formulation might be: with avx10.1 enabled, -mno-avx512f does not fully disable AVX512-related instructions.=