Fix dg-error for a test
authorMartin Liska <mliska@suse.cz>
Tue, 21 Mar 2017 12:01:40 +0000 (13:01 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 21 Mar 2017 12:01:40 +0000 (12:01 +0000)
2017-03-21  Martin Liska  <mliska@suse.cz>

* gcc.target/i386/pr65044.c: Add '.' in order to catch
apostrophes.

From-SVN: r246316

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

index 08fcb72..616eb0b 100644 (file)
@@ -1,3 +1,8 @@
+2017-03-21  Martin Liska  <mliska@suse.cz>
+
+       * gcc.target/i386/pr65044.c: Add '.' in order to catch
+       apostrophes.
+
 2017-03-21  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/80032
index 9b06363..d5cfecd 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target { ! x32 } } } */
 /* { dg-options "-fcheck-pointer-bounds -mmpx -fsanitize=address" } */
-/* { dg-error "-fcheck-pointer-bounds is not supported with Address Sanitizer" "" { target *-*-* } 0 } */
+/* { dg-error ".-fcheck-pointer-bounds. is not supported with Address Sanitizer" "" { target *-*-* } 0 } */
 
 extern int x[];