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

            Bug ID: 79925
           Summary: aarch64: misplaced quote in diagnostic
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from config/aarch64/aarch64.c:

        error ("invalid feature modifier in -mcpu=%qs", str);

The quotes should be around »-mcpu=given-value«, not around
-mcpu=»given-value«.

Reply via email to