Andrew Cagney wrote: > > > - error ("no args, no `this'"); > >> + error ("no args, no %s", name); > > Michael, > > This changes GDB's behavior. Instead of printing: > > no args, no `this' > it will print > no args, no this > > I don't think GDB's output should be changed in this way. > (I'm suprized that running the testsuite didn't detect this). Hi Andrew, I corrected this with the patch below. I did not add a new test, because I cannot find a way to invoke this error message. ;-/ Michael