From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C942B3858D33; Tue, 21 May 2024 04:18:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C942B3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716265095; bh=HWRzfkbYN4PSFCK3kk/rm4qRuq1Pjfzd9dGC9bGZ37U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mFx6KWkFckwGJjkk8DOaIWmbUfKNieD4+W5d94klrGZxHX7NTgqj31cJKXuSc/xnF RXsu+YWdBoeyEtXPQPEj2LiPKBamRahr0xS0TrAoubJl95IBjtQezPyGIZkjp0rj5O MZ04rgKGEMAtU5XwV2UZpQpbvSRhKdWXIad1yjzw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/115170] __cxa_atexit@plt even if -fno-plt Date: Tue, 21 May 2024 04:18:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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 resolution 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=3D115170 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |MOVED --- Comment #4 from Andrew Pinski --- So I looked and I see clang is using @plt though. So gcc is doing the correct thing but clang is not, please report it to the= m.=