Re: pruning in gcc/testsuite/lib/gcc.exp

2008-12-01 Thread Janis Johnson
On Mon, 2008-12-01 at 08:59 -0500, Jack Howarth wrote: > Doug, >Is there a reason why prune.exp is loaded in lib/gcc.exp and lib/g++.exp > but never actually used? I need to prune a linker warning with.. > > regsub -all "(^|\n)ld: warning: can't make compact unwind encoding from dwarf > for \

pruning in gcc/testsuite/lib/gcc.exp

2008-12-01 Thread Jack Howarth
Doug, Is there a reason why prune.exp is loaded in lib/gcc.exp and lib/g++.exp but never actually used? I need to prune a linker warning with.. regsub -all "(^|\n)ld: warning: can't make compact unwind encoding from dwarf for \[^\n\]* in \[^\n\]*" $text "" text on x86_64-apple-darwin10 to sup