From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id CA5373858403; Wed, 13 Oct 2021 23:41:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA5373858403 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r9-9781] libstdc++: Rename file with the wrong extension X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-9 X-Git-Oldrev: b1d8d3a209f36affd2ad361ab312094fc9639f4d X-Git-Newrev: 209444c1d0f6438f261a95c5b4f7f76f655f3ef4 Message-Id: <20211013234145.CA5373858403@sourceware.org> Date: Wed, 13 Oct 2021 23:41:45 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2021 23:41:45 -0000 https://gcc.gnu.org/g:209444c1d0f6438f261a95c5b4f7f76f655f3ef4 commit r9-9781-g209444c1d0f6438f261a95c5b4f7f76f655f3ef4 Author: Jonathan Wakely Date: Wed Oct 13 22:31:51 2021 +0100 libstdc++: Rename file with the wrong extension libstdc++-v3/ChangeLog: * testsuite/28_regex/match_results/102667.C: Moved to... * testsuite/28_regex/match_results/102667.cc: ...here. (cherry picked from commit ce55693604813c5be7d23260f1fd276cf5a48f8f) Diff: --- libstdc++-v3/testsuite/28_regex/match_results/{102667.C => 102667.cc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/libstdc++-v3/testsuite/28_regex/match_results/102667.C b/libstdc++-v3/testsuite/28_regex/match_results/102667.cc similarity index 100% rename from libstdc++-v3/testsuite/28_regex/match_results/102667.C rename to libstdc++-v3/testsuite/28_regex/match_results/102667.cc