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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-10-26
     Ever confirmed|0                           |1

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Roland Illig from comment #0)
> In config/aarch64/aarch64.c I found this code:
> 
> error ("%Klane %wd out of range %wd - %wd", exp, lane, low, high - 1);
> 
> It seems wrong to me that there is no space after the %K.
> 
> The gettext documentation doesn't mention the %K specifier at all.
> (https://savannah.gnu.org/bugs/index.php?50461)
> 
> Please work together with the gettext people to create current and correct
> documentation for the gcc-internal-format.

Confirmed.

Reply via email to