[gcc r12-4382] libstdc++: Rename files with the wrong extensions

Jonathan Wakely redi@gcc.gnu.org
Wed Oct 13 22:48:43 GMT 2021


https://gcc.gnu.org/g:ce55693604813c5be7d23260f1fd276cf5a48f8f

commit r12-4382-gce55693604813c5be7d23260f1fd276cf5a48f8f
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Oct 13 22:31:51 2021 +0100

    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.

Diff:
---
 .../testsuite/27_io/filesystem/path/construct/{102592.C => 102592.cc}     | 0
 libstdc++-v3/testsuite/28_regex/match_results/{102667.C => 102667.cc}     | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

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


More information about the Gcc-cvs mailing list