]> gcc.gnu.org Git - gcc.git/commitdiff
strnlen.c: Remove DejaGnu directives ignored by the test harness.
authorMartin Sebor <msebor@redhat.com>
Wed, 25 Jul 2018 20:53:42 +0000 (20:53 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Wed, 25 Jul 2018 20:53:42 +0000 (14:53 -0600)
gcc/testsuite/ChangeLog:

* gcc.c-torture/execute/builtins/strnlen.c: Remove DejaGnu directives
ignored by the test harness.

From-SVN: r262981

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/builtins/strnlen.c

index f7b3866cd80f9cfb6d8d266655d55136cf4a3c8d..722efecfb91150529ac680ec35effdf0c9a58b86 100644 (file)
@@ -1,3 +1,8 @@
+2018-07-25  Martin Sebor  <msebor@redhat.com>
+
+       * gcc.c-torture/execute/builtins/strnlen.c: Remove DejaGnu directives
+       ignored by the test harness.
+
 2018-07-25  Nicolas Koenig  <koenigni@gcc.gnu.org>
        Thomas Koenig <tkoenig@gcc.gnu.org>
 
index 2368d06e95dff371ed63423586a17bdc6f8110aa..46a04a79ee247c57584bc3effb49a423a0a209ac 100644 (file)
@@ -1,8 +1,5 @@
 /* PR tree-optimization/81384 - built-in form of strnlen missing
-   Test to verify that strnlen built-in expansion works correctly
-   in the absence of tree strlen optimization.
-   { dg-do run }
-   { do-options "-O2 -fno-tree-strlen" }  */
+   Test to verify that strnlen built-in expansion works correctly.  */
 
 #define PTRDIFF_MAX __PTRDIFF_MAX__
 #define SIZE_MAX    __SIZE_MAX__
This page took 0.086914 seconds and 5 git commands to generate.