Blame valgrind-3.7.0-debug-leak1.patch
|
Jakub Jelinek |
b750ff |
--- valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12408)
|
|
Jakub Jelinek |
b750ff |
+++ valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12409)
|
|
Jakub Jelinek |
b750ff |
@@ -2547,6 +2547,7 @@ static void parse_type_DIE ( /*MOD*/XArr
|
|
Jakub Jelinek |
b750ff |
const members in C++ code which are compile time constants
|
|
Jakub Jelinek |
b750ff |
that do no exist in the class. They're not of any interest
|
|
Jakub Jelinek |
b750ff |
to us so we ignore them. */
|
|
Jakub Jelinek |
b750ff |
+ ML_(TyEnt__make_EMPTY)(&fieldE);
|
|
Jakub Jelinek |
b750ff |
}
|
|
Jakub Jelinek |
b750ff |
}
|
|
Jakub Jelinek |
b750ff |
|