re PR middle-end/77475 (unnecessary or misleading context in reporting command line...
authorJakub Jelinek <jakub@redhat.com>
Fri, 16 Sep 2016 08:13:51 +0000 (10:13 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 16 Sep 2016 08:13:51 +0000 (10:13 +0200)
PR middle-end/77475
* gcc.target/i386/pr65990.c: Adjust dg-error regexp.

From-SVN: r240175

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr65990.c

index 91d1962..185dc95 100644 (file)
@@ -1,5 +1,8 @@
 2016-09-16  Jakub Jelinek  <jakub@redhat.com>
 
+       PR middle-end/77475
+       * gcc.target/i386/pr65990.c: Adjust dg-error regexp.
+
        PR target/77526
        * gcc.target/i386/pr77526.c: New test.
 
index 3b1088f..0ec8fad 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-mtune=btver2 -mmemcpy-strategy=rep_8byte:-1:noalign" }
 
-/* { dg-error "stringop strategy name 'rep_8byte' specified for option '-mmemcpy_strategy=' not supported for 32-bit code" "" { target ia32 } 0 } */
+/* { dg-error "strategy name 'rep_8byte' specified for option '-mmemcpy_strategy=' not supported for 32-bit code" "" { target ia32 } 0 } */
 
 struct U9
 {