The system suppression file should catch these, but since they *once again* are
[llvm/stm8.git] / utils / valgrind / i386-pc-linux-gnu.supp
blobddd0a081f008706d944e69328880e9507b240fac
2    False leak under RegisterPass
3    Memcheck:Leak
4    ...
5    fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE
6    fun:_ZN4llvm8PassInfo12registerPassEv
9 # Python false positives according to
10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
13    ADDRESS_IN_RANGE/Invalid read of size 4
14    Memcheck:Addr4
15    obj:/usr/bin/python*
19    ADDRESS_IN_RANGE/Invalid read of size 4
20    Memcheck:Value4
21    obj:/usr/bin/python*
25    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
26    Memcheck:Cond
27    obj:/usr/bin/python*
31    We don't care if as leaks
32    Memcheck:Leak
33    obj:/usr/bin/as
37    We don't care if python leaks
38    Memcheck:Leak
39    fun:malloc
40    obj:/usr/bin/python*
44    We don't care about anything ld.so does.
45    Memcheck:Cond
46    obj:/lib/ld*.so