Commit 7fd841e2 by Dominique d'Humieres Committed by Maxim Ostapenko

re PR testsuite/59897 (FAIL: c-c++-common/asan/use-after-return-1.c -O* output…

re PR testsuite/59897 (FAIL: c-c++-common/asan/use-after-return-1.c  -O*  output pattern test, is 1: 0x2285020)

2014-01-23  Dominique Dhumieres  <dominiq@lps.ens.fr>

        PR sanitizer/59897
        * c-c++-common/asan/use-after-return-1.c: Fixed
        to pass on darwin.

From-SVN: r206961
parent 1f0affce
2014-01-23 Dominique Dhumieres <dominiq@lps.ens.fr>
PR sanitizer/59897
* c-c++-common/asan/use-after-return-1.c: Fixed
to pass on darwin.
2014-01-23 Dodji Seketeli <dodji@redhat.com> 2014-01-23 Dodji Seketeli <dodji@redhat.com>
PR preprocessor/58580 PR preprocessor/58580
......
...@@ -48,6 +48,6 @@ int main(int argc, char **argv) { ...@@ -48,6 +48,6 @@ int main(int argc, char **argv) {
} }
/* { dg-output "WRITE of size 1 at .* thread T0.*" } */ /* { dg-output "WRITE of size 1 at .* thread T0.*" } */
/* { dg-output " #0.*Func2.*use-after-return-1.c:31.*" } */ /* { dg-output " #0.*(Func2)?.*use-after-return-1.(c:31)?.*" } */
/* { dg-output "is located in stack of thread T0 at offset.*" } */ /* { dg-output "is located in stack of thread T0 at offset.*" } */
/* { dg-output "\'local\' <== Memory access at offset 32 is inside this variable" } */ /* { dg-output "\'local\' <== Memory access at offset 32 is inside this variable" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment