From 999b421634fbb5b1708efad955e75e1af5e2a443 Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 21 Mar 2017 12:01:40 +0000 Subject: [PATCH 17/19] Backport r246316 gcc/testsuite/ChangeLog: 2017-03-21 Martin Liska * gcc.target/i386/pr65044.c: Add '.' in order to catch apostrophes. --- gcc/testsuite/gcc.target/i386/pr65044.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]; -- 2.12.0