pr62089.c: Fix test on 32-bit platforms.
authorYury Gribov <y.gribov@samsung.com>
Thu, 28 Aug 2014 06:43:51 +0000 (06:43 +0000)
committerYury Gribov <ygribov@gcc.gnu.org>
Thu, 28 Aug 2014 06:43:51 +0000 (06:43 +0000)
2014-08-28  Yury Gribov  <y.gribov@samsung.com>

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

From-SVN: r214673

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/asan/pr62089.c

index 43e950d5453b7857e637183a40bbe9ba74e02b9a..acacc53821dfba2a6e80ed9dbab90d1b11f7d0c4 100644 (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
index 22b877b4c5bd45e4d3ad5285fe1b1bc73bdb34e4..b436b4148e04499e282a1bed2ddada6028db089c 100644 (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]*" } */