From 3228deff400a88ae752e86805c76c53ca1476acf Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Wed, 26 Feb 2014 08:25:47 +0100
Subject: [PATCH] valgrind.supp: tweaked a test 165 suppression

A recent change seems to have slightly changed the call stack
produced by the gcc optimizer.
---
 tests/valgrind.supp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index be0cbe21ce..472681dcdc 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -67,7 +67,7 @@
    fun:multi_runsingle
    fun:curl_multi_perform
    fun:easy_perform
-   fun:operate_do
+   fun:operate_do.isra.0
    fun:operate
    fun:main
 }
-- 
GitLab