From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EBBB6385840D; Mon, 5 Feb 2024 11:51:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EBBB6385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707133907; bh=6jOBG8aKAoBPc+/ltgF7Q3fUcwW1RQ4Wt0bP7pg/uLQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wfSehKHjcEvT0Meers0ddHlzioOWa6FIosLg9FQ6oqmU1H4ViPUrece6l2Y+Blc2G naveJxQx5uZl4Zx48dTolUmU2UXfC9wI3lIlFzDp4gg0dh4yO3aUKNuG1pxXqn8e7Y Uyqu+AQm3Pe9pGzvFVT8bEH2WKtpy4uiwEWzVL9s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113761] piecewise_constant_distribution's initializer_list constructor is not correct for `size < 2` Date: Mon, 05 Feb 2024 11:51:47 +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: NEW 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: see_also 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D82749 --- Comment #6 from Andrew Pinski --- (In reply to Jonathan Wakely from comment #4) >=20 > Also, we're missing https://cplusplus.github.io/LWG/issue1439 which fixed > the return type of densities() That is recorded as PR 82749=