Hi

    I just realized that when I committed this:

2014-01-20  François Dumont  <fdum...@gcc.gnu.org>

        * scripts/create_testsuite_files: Add testsuite/experimental in
        the list of folders to search for tests.
        * include/experimental/string_view
        (basic_string_view<>::operator[]): Comment _GLIBCXX_DEBUG_ASSERT,
        incompatible with constexpr qualifier.
        (basic_string_view<>::front()): Likewise.
        (basic_string_view<>::back()): Likewise.
        * testsuite/experimental/string_view/element_access/wchar_t/2.cc:
        Merge dg-options directives into one.
        * testsuite/experimental/string_view/element_access/char/2.cc:
        Likewise. Remove invalid experimental namespace scope on
        string_view_type.

I forgot to commit the create_testsuite_files script. Is it still ok to do so now ?

By the way is there an info about when stage 1 is going to restart ?

François

Index: scripts/create_testsuite_files
===================================================================
--- scripts/create_testsuite_files	(revision 208578)
+++ scripts/create_testsuite_files	(working copy)
@@ -32,7 +32,7 @@
 # This is the ugly version of "everything but the current directory".  It's
 # what has to happen when find(1) doesn't support -mindepth, or -xtype.
 dlist=`echo [0-9][0-9]*`
-dlist="$dlist abi backward ext performance tr1 tr2 decimal"
+dlist="$dlist abi backward ext performance tr1 tr2 decimal experimental"
 find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
 find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
 cat  $tmp.01 $tmp.02 | sort > $tmp.1

Reply via email to