1
0
mirror of https://github.com/mirror/make.git synced 2025-03-03 14:20:54 +08:00
make/tests/guile.supp
Paul Smith a77c5c0910 Fix Savannah bug : handle escape chars in filter/filter-out
Also add a valgrind suppression file for Guile-enabled make.
2012-03-03 22:12:46 +00:00

32 lines
359 B
Plaintext

# Guile valgrind suppression file
# Created with Guile 1.8.7
# --- Garbage collection
{
guilegc
Memcheck:Cond
...
fun:scm_gc_for_newcell
}
{
guilegc
Memcheck:Value4
...
fun:scm_gc_for_newcell
}
{
guilegc
Memcheck:Value8
...
fun:scm_gc_for_newcell
}
# -- scm_alloc_struct
{
guileheap
Memcheck:Leak
...
fun:scm_alloc_struct
}