From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D8B038582A2; Mon, 5 Feb 2024 09:00:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D8B038582A2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707123609; bh=a7KpLzY1dsBDP8Mys17KerMS9XHxVPRlYyJkp9nkazI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=doWGm3np+vu7mGxxYlmMmieTIO1Ojo4gKu5OZdCaOVtWDjB3c2dqpQHpMSUF0F9aF LF53JB4gE/ISXcnoq2DdAIpjZzSc0yKk8DYnG6f111J7xGKp3QmgVC63MKdYvSFpMi ryovZ6QwOS7p9ruIYca7uT+Vt8MqM/HjrubKs2AU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113761] Abnormal program termination using libstdc++ Date: Mon, 05 Feb 2024 09:00:09 +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.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D113761 --- Comment #2 from Andrew Pinski --- https://eel.is/c++draft/rand.dist.samp.pconst#8 It seems like libstdc++ miss that part, I wonder if it changed ...=