https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93747

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |middle-end

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(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.

Reply via email to