[Bug translation/90157] aarch64: unnecessary abbreviation in diagnostic

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 10 20:23:00 GMT 2019


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2019-05-10
                 CC|                            |msebor at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed.  The following is the correct spelling (in the same file):

     case AARCH64_PARSE_MISSING_ARG:
       error ("missing argument to %<target(\"branch-protection=\")%> pragma
or"
              " attribute");

My checker diagnoses this so I'll fix it as part of the patch before I commit
it.


More information about the Gcc-bugs mailing list