From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 88FFD396D834; Wed, 16 Nov 2022 21:11:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88FFD396D834 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668633080; bh=iE2OBUT+tb9ya7I0dbKcpyBolnYqHtVmw/TE+iaA/is=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Lrr+8ZBj5Qvc/tQSDODbKysAMnlKjxO5W7ec27SXcdAJhClq2pOCUUGi2Ud9zv+1N g0a2AKYNQQzxPy7qhykp8cWjPyRtNY1CJm7OlLRj9OGFkLZQFr7UfV4TwChbnEWWxV Fh75Fd8ZZB4EZDZNRtBIBfcxPHa8GfFmd95mH1hw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107726] Multiple bugs related to __gnu__::__target__ Date: Wed, 16 Nov 2022 21:11:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: bug_status everconfirmed cf_reconfirmed_on 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=3D107726 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Last reconfirmed| |2022-11-16 --- Comment #2 from Andrew Pinski --- We have tests for multiversioning and they are passing with BFD ld. Also multiversioning requires ifunc support which is not implemented for Windows (I don't know how clang implements theirs, maybe they do a check at= the beginging of the function to see if a function pointer was assigned). For 1, can you provide a full testcase which is failing?=