From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 359043858C62; Fri, 26 Jan 2024 15:52:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 359043858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706284333; bh=5QhJVAFiPsKno66eDbh03WgPMbMYDY3fItrfXpJiFGw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SEDd4ztWzxqPFWbWEn6KNiJLvSVoY1fyJqVGinycxRdvuT4eP/VKrqRzr5IXmxVJw mmHpwC6U7EaWrdRUl68hKG/jZABBz5wxPPBYgcomSeuxvVhvSKsatZPOkFsBB+oRa6 +vCYsiFJZy2wVXjSE99cXD/9v4BH2z38OOnio65A= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113617] [14 Regression] Symbol ... referenced in section `.data.rel.ro.local' of ...: defined in discarded section ... since r14-4944 Date: Fri, 26 Jan 2024 15:52:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113617 --- Comment #6 from Jakub Jelinek --- Created attachment 57226 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57226&action=3Dedit pr113617.h Reduced testcase: ./cc1plus -quiet -O2 -std=3Dc++11 -fPIC pr113617.C; ./cc1plus -quiet -O2 -std=3Dc++11 -fPIC pr113617-aux.cc; g++ -shared -o pr113617.so pr113617.s pr113617-aux.s `_ZN4blah17_Function_handlerIFvvENS_5_BindIFPFvPvxxxEPN3vtk6detail3smp27vtk= SMPTools_FunctorInternalIN12_GLOBAL__N_19CountUsesIxEELb0EEExxxEEEE10_M_man= agerERNS_9_Any_dataERKSI_NS_18_Manager_operationE' referenced in section `.data.rel.ro.local' of /tmp/ccecCY2H.o: defined in discarded section `.text._ZN4blah17_Function_handlerIFvvENS_5_BindIFPFvPvxxxEPN3vtk6detail3sm= p27vtkSMPTools_FunctorInternalIN12_GLOBAL__N_19CountUsesIxEELb0EEExxxEEEE10= _M_managerERNS_9_Any_dataERKSI_NS_18_Manager_operationE[_ZN26vtkStaticCellL= inksTemplateIxE18ThreadedBuildLinksExxP12vtkCellArray]' of /tmp/ccecCY2H.o collect2: error: ld returned 1 exit status=