From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D87EA3882AC9; Wed, 12 Jun 2024 20:40:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D87EA3882AC9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718224821; bh=BXVgrn6B7z2hbgfRZHkjhLyqnN0F3bt5YA+20oXQHDY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EH0Ldrr7txQAw6xkIKl7QDiNphCYtAYPXZAMnVyWmRBDrBEEewOeHshzckWRWbcjE fCyAfJtkfU6O7R0L1ikOo5eFXBFVmKuplop1zkXsLnDT0C1KKlPaqD8BpL1QG8YfRK ucj3BZ/hbpckmMtUgii6GS37IW72N3OlVfgdc8f0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113376] [14/15 Regression] Confusing notes when using C++17 parallel algorithms Date: Wed, 12 Jun 2024 20:40:21 +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: patch 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: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status bug_file_loc keywords 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=3D113376 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2024-June/65 | |4411.html Keywords| |patch --- Comment #7 from Jonathan Wakely --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2024-June/654411.ht= ml=