valgrind: suppress conditional jump or move error
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 5 Jun 2019 20:06:26 +0000 (22:06 +0200)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Wed, 5 Jun 2019 20:51:47 +0000 (20:51 +0000)
valgrind gets confused with the following piece of code:

var37.i = ORC_CLAMP_SL((orc_int64)var33.i + (orc_int64)var34.i);

Where all variables are orc_int32

tests/check/gst-plugins-base.supp

index a3bc5a4..37fbf6e 100644 (file)
    ...
    obj:*/libpango*.so*
 }
+
+{
+  <valgrind gets confused at orc_int64 widening in orc backup code>
+  Memcheck:Cond
+  fun:_backup_audio_orc_int_bias
+  ...
+}