[Bug middle-end/93747] straight quotes
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 14 23:03:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93747
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> (In reply to Roland Illig from comment #0)
> > From read-rtl.c:
> > > error_at (loc, "ambiguous attribute '%s'; could be"
> > > " '%s' (via '%s:%s') or '%s' (via '%s:%s')",
> > > attr, res->string, prev->name, attr,
> > > v->string, iterator->name, attr);
> >
> > The GCC standard says that diagnostics should use %<curly%> quotes instead
> > of 'straight' ones.
>
> Maybe not. error_at uses vfprintf directly so %<curly%> cannot be used.
I should say read-rtl.c calls error_at inside read-md.c which does that.
This is an build only sources. Never installed or otherwise used.
More information about the Gcc-bugs
mailing list