From: Yury Gribov Date: Thu, 28 Aug 2014 06:43:51 +0000 (+0000) Subject: pr62089.c: Fix test on 32-bit platforms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a2d2bf000248f89ec12f286cc673fbb279a45b9;p=gcc.git pr62089.c: Fix test on 32-bit platforms. 2014-08-28 Yury Gribov * c-c++-common/asan/pr62089.c: Fix test on 32-bit platforms. From-SVN: r214673 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 43e950d5453..acacc53821d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-08-28 Yury Gribov + + * 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 diff --git a/gcc/testsuite/c-c++-common/asan/pr62089.c b/gcc/testsuite/c-c++-common/asan/pr62089.c index 22b877b4c5b..b436b4148e0 100644 --- a/gcc/testsuite/c-c++-common/asan/pr62089.c +++ b/gcc/testsuite/c-c++-common/asan/pr62089.c @@ -34,4 +34,4 @@ main () { return 0; } -/* { dg-output "ERROR: AddressSanitizer: use-after-poison" } */ +/* { dg-output "ERROR: AddressSanitizer:\[^\n\r]*on address\[^\n\r]*" } */