From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 06647385E037; Sat, 16 Mar 2024 10:29:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06647385E037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710585000; bh=kStfLAUN6lUgjwEbuv8DTcKkMc6cGobv07y7GzbwU2g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hX3nHcXqqriNqLBP3+qkSenvBFRuDZzMOubLleDrt2Rk7usUXx9pXsqQWXBKgXssy ZOR5Du3xJtHbYQqr6hhl7QRZ8ehJ0edjtKfxLOcVPdy5KPZ1gESHGTXaUBOc39wci2 T9beRWv1s+8BfxOnROhO9qDvnqDydJel5fqvm9zg= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107500] [12 Regression] Useless atexit entry for ~constant_init in eh_globals.cc Date: Sat, 16 Mar 2024 10:29:59 +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: 12.2.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work target_milestone resolution cf_known_to_fail short_desc bug_status 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=3D107500 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.1.0 Target Milestone|13.0 |12.4 Resolution|FIXED |--- Known to fail| |12.2.0 Summary|Useless atexit entry for |[12 Regression] Useless |~constant_init in |atexit entry for |eh_globals.cc |~constant_init in | |eh_globals.cc Status|RESOLVED |ASSIGNED --- Comment #27 from Jonathan Wakely --- Strike that - this was a regression in 12.2 compared to 12.1 (bit wasn't previously marked as such) so should be backported.=