From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C25C63858D1E; Wed, 17 May 2023 15:57:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C25C63858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684339054; bh=g48ZP8425QY2EihsC5wXpJ9PmCzFJ0FR8wnshda99vM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ng9u6i6OkzIo49tyqgVeK+o2llpmOFwK4qpWPFFwItrxJeGERf9lgCot8rkFxNZcO Tf9aAcbiIW5Q005Es/hCtzNLPX0nbIU0W7KRcSHMfFURYiRhs7fhs+zFkY5I4TZ3Lg uK+o4zcfy1IfC2qcScwS1AeIHkDDQq3P4OEwUGGc= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109889] [13/14 Regression] Segfault in __run_exit_handlers since r13-5309-gc3c6c307792026 Date: Wed, 17 May 2023 15:57: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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D109889 --- Comment #8 from Jonathan Wakely --- With -std=3Dc++14 there's no crash, with -std=3Dc++17, so that confirms it's something related to copy elision.=