From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C9A73858D20; Tue, 23 Jan 2024 07:46:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C9A73858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705995960; bh=02V+zKgX5fAqqh4XuOg+G4F/ubP18PlkIa8zKVja9ik=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EuXD4awtkd9SqxbQ4ZgZyFaPIgTFP7g/qZoCDJCuLf2tHdLE7RJ1j576saXsyHrFi Z2wWD5YycjH+FcjKMqDFfq3/vMLyJP8Mq9AdbTM9aVUpf7r0GwEes7PltUHWtnMMij 6stMU5atDYVE8nJnMBPPxD5fNYF83t46A0cZNjSg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113541] Rejects __attribute__((section)) on explicit instantiation declaration of ctor/dtor Date: Tue, 23 Jan 2024 07:46:00 +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: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: keywords version cf_known_to_work cf_known_to_fail 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=3D113541 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid Version|unknown |14.0 Known to work| |4.9.4 Known to fail| |5.1.0 --- Comment #2 from Richard Biener --- It sounds like an issue with the C++ mandated aliases. But I'll note that the template instantiations have to adhere to certain linkage so I wonder if simply putting them into a different section isn't g= oing to break the ABI.=