From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA49B3858418; Thu, 31 Aug 2023 22:40:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA49B3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693521610; bh=Q2NrgLMukyWhkZofdgWSxtXYsX9/pnR8sxtPD4EGqT8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tq4I31gw8oAJ2a6YGbXYoksTx18cJAQ/guE2qjAZcnk0SQf65KJA6cTfJDu/FHlhW /tBeqoJGox7teqlD81WsamIc108DMmsFYXgbG/ih1ela9h1x7fkn3LbCaA1wAGMSub VG14/8q0CLKmX982yAVZg603IyPpPU/eB3XyVNug= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109751] [13/14 Regression] boost iterator_interface fails concept check starting in gcc-13 Date: Thu, 31 Aug 2023 22:40:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D109751 --- Comment #25 from CVS Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:6396e37d451b2ef6d3cb9c11edbc06deeaccd808 commit r13-7771-g6396e37d451b2ef6d3cb9c11edbc06deeaccd808 Author: Jason Merrill Date: Thu Aug 17 11:36:23 2023 -0400 Revert "c++: only declare satisfied friends" [PR109751] The earlier patch was only an incremental step toward making this sort = of code work, and broke code that had been working. So let's revert it. This reverts commit r13-4035-gc41bbfcaf9d6ef. PR c++/109751 gcc/cp/ChangeLog: * pt.cc (tsubst_friend_function): Don't check constraints. gcc/testsuite/ChangeLog: * g++.dg/cpp2a/concepts-friend11.C: Xfail. * g++.dg/cpp2a/concepts-friend15.C: New test.=