comparison gcc/testsuite/g++.dg/asan/use-after-scope-types-1.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
12 return 0; 12 return 0;
13 } 13 }
14 14
15 // { dg-output "ERROR: AddressSanitizer: stack-use-after-scope on address.*(\n|\r\n|\r)" } 15 // { dg-output "ERROR: AddressSanitizer: stack-use-after-scope on address.*(\n|\r\n|\r)" }
16 // { dg-output "WRITE of size " } 16 // { dg-output "WRITE of size " }
17 // { dg-output ".*'x' <== Memory access at offset \[0-9\]* is inside this variable.*" } 17 // { dg-output ".*'x' \\(line 25\\) <== Memory access at offset \[0-9\]* is inside this variable.*" }