From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE7253858C2F; Thu, 11 May 2023 18:40:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE7253858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683830421; bh=KI84KT7qRSJgywaLrFXGGWjUwTYmtFLggH6CwI4XW0I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kgxTu/476Mc/M63gYwV0uFy8rOAQwIgg4wHfEP8fOi5RR+4eYqXyaDBJEY+YnEApD QkvoLLNsszj26u8ZvSzMLjTCJV7WDFA0KolE1O+1oZ1xHKa5fyrISvzItiXIbC5CV3 Q2hj5IuC1yIQdm2kzmu33LvgDT+IGD4r8LYwAoJg= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109816] [13/14 Regression] r14-321 fix for PR108969 breaks NVPTX offloading due to __asm (".globl _ZSt21ios_base_library_initv") Date: Thu, 11 May 2023 18:40:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org 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=3D109816 --- Comment #2 from Tobias Burnus --- (In reply to Andrew Pinski from comment #1) > Then _GLIBCXX_SYMVER_GNU should not be defined for NVPTX .... It isn't =E2=80=93 but with offloading, we only parse the file once =E2=80= =94 and then only later generate for offloading regions code both for the host (=E2=86=92 hos= t fallback) and for the device.=