From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B9873858C98; Tue, 21 Nov 2023 17:22:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B9873858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700587342; bh=P4UIJ/gwEaT60MBMHJebfCFFQeo+owlSPWzvhdIVoiI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xVc96iTVh7UZcYBsM3o0EgD2ssgvCAFu8LEeNH0sybQbagOqK8ZjUByeEDgeHR0o8 rcAVNct6GX151DK3ICe/HslrpvK2c719XyNUhxZ2rP6UUzE8gK77iOm9ZrYMBe7HTE ZlJyBr+ZZXbIL2fLWcw1Hb200A+lonzXOZ2FMgRE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112643] [14 regression] including x86intrin.h is broken for -march=native (which adds -mno-avx10.1-256 ) Date: Tue, 21 Nov 2023 17:22:21 +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: build, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component keywords 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112643 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|bootstrap |target Keywords| |rejects-valid Summary|[14 regression] including |[14 regression] including |x86intrin.h is broken for |x86intrin.h is broken for |-march=3Dnative |-march=3Dnative (which a= dds | |-mno-avx10.1-256 ) --- Comment #19 from Andrew Pinski --- `-march=3Dnative` will add `-mno-avx10.1-256` to the command line and that = causes the failure.=