From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 180413895FFC; Fri, 25 Nov 2022 00:21:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 180413895FFC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669335685; bh=c/rwFRQxnFcouZy0bMjM5YzP/sf5Jul99ZiWjdoCHHo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=csHTsZ4ugwBq2CHlxhQRwPACBWdCCGCtMochNrfbVQA4V4Cy6hC2hZXc/uVATqW6F 9zVbugEWKX+VNopAGthTZ4j41IcbGssSyewDlGaJk6SMSRBjZ12J7IBCwYqRh/ZYqu /5guL4IbFsj1TcjddN2Dk2kzUwfY+6dclMvYeh34= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106201] filesystem::directory_iterator is a borrowable range? Date: Fri, 25 Nov 2022 00:21:22 +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: 13.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: redi 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=3D106201 --- Comment #13 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3892251498c16c9507cf8471f4f10676212e9ead commit r13-4292-g3892251498c16c9507cf8471f4f10676212e9ead Author: Jonathan Wakely Date: Tue Nov 22 21:51:06 2022 +0000 libstdc++: Update tests on trunk [PR106201] This copies the better tests from gcc-12 to trunk. libstdc++-v3/ChangeLog: PR libstdc++/106201 * testsuite/27_io/filesystem/iterators/106201.cc: Improve test. * testsuite/experimental/filesystem/iterators/106201.cc: New te= st.=