|
From: Florian K. <br...@ac...> - 2011-10-20 21:25:41
|
On 10/20/2011 04:45 PM, Christian Borntraeger wrote: >> +# Suppress warnings from Dwarf reader >> +sed '/warning: evaluate_Dwarf3_Expr: unhandled DW_OP_/d' > > Hmmm, isnt this actually a bug, if gcc generated dwarf Ops that valgrind doesnt handle? > Yes, it is. However, Julian looked at it and concluded that this would be difficult to fix given the current dwarf infrastructure. Suppressing these warnings is clearly less than ideal, but helps filtering the regression that matter out of the noise. Florian |