Re: dejagnu help needed - tests get confused by column numbers

2005-03-28 Thread Janis Johnson
On Sun, Mar 27, 2005 at 01:07:09PM -0800, Mike Stump wrote: On Sunday, March 27, 2005, at 11:58 AM, Per Bothner wrote: Now I'm willing to fix those tests by adding -fno-show-column where necessary Ick. I favor adding it unconditionally to compile lines over this. See -fmessage-length

dejagnu help needed - tests get confused by column numbers

2005-03-27 Thread Per Bothner
If you run 'make check' after --enable-mapped-location (even just --enable-languages=c) you'll find some apparant regressions. They aren't real regressions - it's just now we now get column numbers in some of the diagnostic messages, and this confuses dejagnu. Now I'm willing to fix those tests by

Re: dejagnu help needed - tests get confused by column numbers

2005-03-27 Thread Mike Stump
On Sunday, March 27, 2005, at 11:58 AM, Per Bothner wrote: If you run 'make check' after --enable-mapped-location (even just --enable-languages=c) you'll find some apparant regressions. They aren't real regressions - it's just now we now get column numbers in some of the diagnostic messages, and

Re: dejagnu help needed - tests get confused by column numbers

2005-03-27 Thread Mike Stump
On Sunday, March 27, 2005, at 11:58 AM, Per Bothner wrote: Now I'm willing to fix those tests by adding -fno-show-column where necessary Ick. I favor adding it unconditionally to compile lines over this. See -fmessage-length code (gcc/testsuite/lib/g++.exp) for hints. And even that, I'm not