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 code (gcc/testsuite/lib/g++.exp) for hints. And > even that, I'm not sure I favor. For the short term, we can add it, as > otherwise I suspect we'd create a requirement of a new dejagnu release > and to use it, which I favor even less. dejagnu should also be > enhanced to handle column numbers, even if we put in code to add the > option.
There are several workarounds in the GCC testsuite for things that could be better handled in DejaGnu if the next release of GCC could require a new DejaGnu version. That might be the right thing to do for GCC 4.1. Ben Elliston is the DejaGnu maintainer; he's expressed interest in the past in modifying DejaGnu to support GCC's needs. Janis