From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89BA8396DC2D; Wed, 16 Nov 2022 21:51:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89BA8396DC2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668635502; bh=tmLVtZHrpeAVBnlzbt1EEkBC/PRF6BL/H0hdVrkC3EA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tjB/cHXIhgAfFkqXF8QUMWLylobaRw0iK3qC9tnqEYOiJWaqqTu/aEj9R/s6WJEzK GHp0ZbN8wN/XwXtC3rT+HmgLpM8JxKKdiU3wDuE1xbPL4Rlm+g6gI3dS8nykIn8emz nYZhwZ/om2t40UKYC8/18EuEBNSO5X+Xu4Oo7K+s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107727] error: multiversioning needs 'ifunc' which is not supported on this target (x86_64-w64-mingw32 target) Date: Wed, 16 Nov 2022 21:51:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement 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: --- 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=3D107727 --- Comment #5 from Andrew Pinski --- (In reply to cqwrteur from comment #2) > BTW. how could i detect this feature being available? I think >=20 > #if __has_cpp_attribute(__gnu__::__target__) >=20 > #endif >=20 > should not be true on targets that do not support it. That is related to PR 93419 .=