Fixed some bugs.
[llvm/zpu.git] / utils / valgrind / i386-pc-linux-gnu.supp
blobc9f68a0ab66c32bf27460921e935367590f3c958
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/python2.5
19    ADDRESS_IN_RANGE/Invalid read of size 4
20    Memcheck:Value4
21    obj:/usr/bin/python2.5
25    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
26    Memcheck:Cond
27    obj:/usr/bin/python2.5
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/python2.5