Fix dg-error for a test

2017-03-21  Martin Liska  <mliska@suse.cz>

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

From-SVN: r246316
This commit is contained in:
Martin Liska 2017-03-21 13:01:40 +01:00 committed by Martin Liska
parent d5498d2f07
commit 5611c45690
2 changed files with 6 additions and 1 deletions

View 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

View 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[];