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:
parent
c9b17fa5b5
commit
8a2d2bf000
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -34,4 +34,4 @@ main () {
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "ERROR: AddressSanitizer: use-after-poison" } */
|
||||
/* { dg-output "ERROR: AddressSanitizer:\[^\n\r]*on address\[^\n\r]*" } */
|
||||
|
|
Loading…
Add table
Reference in a new issue