On 12/12/16 12:44 +0000, Jonathan Wakely wrote:
* testsuite/experimental/filesystem/operations/temp_directory_path.cc: Remove stray character at end of dg-do directive.
And another one with the same problem. Tested x86_64-linux, committed to trunk.
commit c3aaa2055071251d29fd233c3dc83fc6516c4e2d Author: Jonathan Wakely <jwak...@redhat.com> Date: Mon Dec 12 14:31:48 2016 +0000 Remove stray character at end of dg-do directive * testsuite/experimental/filesystem/operations/is_empty.cc: Remove stray character at end of dg-do directive. diff --git a/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc index d35967a..5a66637 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc @@ -16,7 +16,7 @@ // <http://www.gnu.org/licenses/>. // { dg-options "-lstdc++fs" } -// { dg-do run { target c++11 } }E +// { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } #include <experimental/filesystem>