diff mbox

RFC Asan instrumentation control

Message ID 20140121132301.7068C104@mailhost.lps.ens.fr
State New
Headers show

Commit Message

Dominique d'Humières Jan. 21, 2014, 1:23 p.m. UTC
> Patches should be posted to gcc-patches.

From pr59897


but there is probably a better way to do it.
[r
I am leaving for a week with very limited access to the net. Feel free to do
what you think suitable.

TIA

Dominique
diff mbox

Patch

--- ../_clean/gcc/testsuite/c-c++-common/asan/use-after-return-1.c	2014-01-09 10:14:04.000000000 +0100
+++ gcc/testsuite/c-c++-common/asan/use-after-return-1.c	2014-01-09 15:51:04.000000000 +0100
@@ -48,6 +48,6 @@  int main(int argc, char **argv) {
 }
 
 /* { 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 "\'local\' <== Memory access at offset 32 is inside this variable" } */