From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9C8A3388A410; Thu, 20 Jun 2024 11:57:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C8A3388A410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718884621; bh=0TCr0DDUuRpyjLRoOFK71UbZDFnUZv50vVfY634CbPc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tfUtd11RK8Ue8O7JPtaBKo54kgIy8QwnK3CHmF5AZ1KoWmN+OvNUU300oHFLq5Nfd jeEh8VVdxHSULH3+OFDgfEAcFiJO+TarvJqYVIgQr7vhbFAGqF8oqdd/xNVs8nlGsE 66FTEQ0B+2pLdZDKCL6lLnfbh0ldqGVyb2bMpLtw= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/104019] Testsuite 17_intro/headers/c++2020/stdc++_multiple_inclusion.cc failures Date: Thu, 20 Jun 2024 11:57:01 +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.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D104019 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|12.5 |--- --- Comment #18 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #14) > Apart from the bogus warnings caused by PR 61596, I think only the > std::latch problem remains. Comment 11 has a suggestion for that. This is still the case. I'm removing the target milestone, as I don't think we'll fix that last piece for the gcc-12 branch now.=