From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30AA33858D1E; Tue, 21 May 2024 16:09:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30AA33858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716307761; bh=Rt6zEAaJS0ktvgyuXMFuS12vbtU5DFjWChc9c6uSDlA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xpagPRJONfwLzWFVbEqOX0ljKScUCT3ccY9DMXmcp++O+ODT/KQBdVuiIrA5h4DhT uUh9HeXOnf5gvIAjeqGgOjZNKUaEaVNUANvrJHa8tdjBUQACvHWKNo6uepLuwgsU2N 0t3202kVydq6fa+x8reClVyRw5Re0FIY0Qy4mlsg= From: "paul_robinson at playstation dot sony.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/41091] Using section attribute in c and c++ function causes section type conflict Date: Tue, 21 May 2024 16:09: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: 4.4.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: paul_robinson at playstation dot sony.com 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: cc 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=3D41091 Paul Robinson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul_robinson at playstati= on dot s | |ony.com, ppalka at gcc dot= gnu.org --- Comment #11 from Paul Robinson --- Given that the fix for bug 94342 by @ppalka should have addressed this for templates, is it the case that the only remaining issue is for inline functions? (See comment 6 for the test case.) Naively the comdat-related section naming issues would be the same.=