From: Jonathan Wakely Date: Wed, 13 Oct 2021 21:31:51 +0000 (+0100) Subject: libstdc++: Rename files with the wrong extensions X-Git-Tag: releases/gcc-11.3.0~743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c706d5c3b82bd18b8a870e3a8a3508ddc875da0b;p=thirdparty%2Fgcc.git libstdc++: Rename files with the wrong extensions libstdc++-v3/ChangeLog: * testsuite/27_io/filesystem/path/construct/102592.C: Moved to... * testsuite/27_io/filesystem/path/construct/102592.cc: ...here. * testsuite/28_regex/match_results/102667.C: Moved to... * testsuite/28_regex/match_results/102667.cc: ...here. (cherry picked from commit ce55693604813c5be7d23260f1fd276cf5a48f8f) --- diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.C b/libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.cc similarity index 100% rename from libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.C rename to libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.cc 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