From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6083E3858D37; Wed, 30 Nov 2022 12:22:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6083E3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669810957; bh=QWL6+XJf4AKkoylWjpxbdtMvpcicjdn7Lo8MQYVq28w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N0OD/4XQ7WT2p7Ngh63fN8kNPYFrHuzZeWi9MbLCXn74jjCDmjTb4vOwxPWChS4H2 0ZgDmtOHpDIURE5o15w+K+zO7WMWkHOKNMhDNhk1hAl2JJGOTj+l3OADu3tpUpkVMW jpnvdDlIdrq/5QhWQoC/g21fNXrCxzANHMKwagCU= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64" Date: Wed, 30 Nov 2022 12:22:36 +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: 12.2.0 X-Bugzilla-Keywords: patch, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D107551 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #12 from Martin Li=C5=A1ka --- Can you please check that the patch candidate fixes the test for you: https://gcc.gnu.org/pipermail/gcc-patches/2022-November/607278.html ?=