diff mbox

Missing experimental patch bit

Message ID 53237400.9080206@gmail.com
State New
Headers show

Commit Message

François Dumont March 14, 2014, 9:26 p.m. UTC
Hi

     I just realized that when I committed this:

2014-01-20  François Dumont  <fdumont@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

Comments

Jonathan Wakely March 14, 2014, 10:30 p.m. UTC | #1
On 14/03/14 22:26 +0100, François Dumont wrote:
>I forgot to commit the create_testsuite_files script. Is it still ok 
>to do so now ?

Yes, since this was meant to be commited earlier it's OK to commit
now (assuming it doesn't introduce any new failures) - thanks.

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

After the 4.9 branch is created, which will be when it's ready :-)
diff mbox

Patch

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