From: Martin Liska Date: Tue, 21 Mar 2017 12:01:40 +0000 (+0100) Subject: Fix dg-error for a test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5611c45690eb9e7de484a83c2ecef63d1c770985;p=gcc.git Fix dg-error for a test 2017-03-21 Martin Liska * gcc.target/i386/pr65044.c: Add '.' in order to catch apostrophes. From-SVN: r246316 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 08fcb72ca55..616eb0bdb43 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-03-21 Martin Liska + + * gcc.target/i386/pr65044.c: Add '.' in order to catch + apostrophes. + 2017-03-21 Richard Biener PR tree-optimization/80032 diff --git a/gcc/testsuite/gcc.target/i386/pr65044.c b/gcc/testsuite/gcc.target/i386/pr65044.c index 9b0636339e5..d5cfecd15a9 100644 --- a/gcc/testsuite/gcc.target/i386/pr65044.c +++ b/gcc/testsuite/gcc.target/i386/pr65044.c @@ -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[];