On Wed, Jan 27, 2016 at 09:22:19AM -0500, David Malcolm wrote: > On Wed, 2016-01-27 at 12:01 +0100, Dominik Vogt wrote: > > The attached patch removes a blank line after an error message. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69006 > > Presumably this was exposed by the stricter testing I added to lib/gcc > -dg.exp in r232837?
Yes, of course. > > - error_at (loc, "ambiguous overload for intrinsic: %s\n", > > + error_at (loc, "ambiguous overload for intrinsic: %s", > > IDENTIFIER_POINTER (DECL_NAME (ob_fndecl))); > Should this code be using %qs rather than %s? (or somesuch, or is that > a gcc 7 thing) Yes, probably. I'll make a separate patch for this. Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany