pr62089.c: Fix test on 32-bit platforms.

2014-08-28  Yury Gribov  <y.gribov@samsung.com>

	* c-c++-common/asan/pr62089.c: Fix test on 32-bit platforms.

From-SVN: r214673
This commit is contained in:
Yury Gribov 2014-08-28 06:43:51 +00:00 committed by Yury Gribov
parent c9b17fa5b5
commit 8a2d2bf000
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-08-28 Yury Gribov <y.gribov@samsung.com>
* c-c++-common/asan/pr62089.c: Fix test on 32-bit platforms.
2014-08-28 Edward Smith-Rowland <3dw4rd@verizon.net>
PR cpp/23827 - standard C++ should not have hex float preprocessor

View file

@ -34,4 +34,4 @@ main () {
return 0;
}
/* { dg-output "ERROR: AddressSanitizer: use-after-poison" } */
/* { dg-output "ERROR: AddressSanitizer:\[^\n\r]*on address\[^\n\r]*" } */