From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14CE8385782A; Wed, 2 Nov 2022 14:55:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14CE8385782A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667400935; bh=4Sgu1ftkKYo8KWaHfqXkcKqgrKAC/UKnJgNyXMemOY4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w4xC8RpwSurTHEFq45d64qPgDFfycUmoG/x0MT0NW1uefWZ3Y0qHY3FgcXG6tXsmS IUTJ4ZAt7GoImERku8N+4YllL6ZM1fUlNMJha3HIsXW8u6ZciXP+XmiNjENpXNpIvX soXU/EsgxRCIFeOahDmrNWv0/jlZJuZnOsKIIzbY= From: "rdiezmail-gcc at yahoo dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/105880] eh_globals_init destructor not setting _M_init to false Date: Wed, 02 Nov 2022 14:55:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rdiezmail-gcc at yahoo dot de X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.2 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=3D105880 R. Diez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rdiezmail-gcc at yahoo dot= de --- Comment #17 from R. Diez --- For the record, this fix introduces a call to atexit() for a static destruc= tor, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107500=