This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/84911] New: typo: error ("invalid name (\"%s\")


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

            Bug ID: 84911
           Summary: typo: error ("invalid name (\"%s\")
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

In aarch64.c:

        error ("invalid name (\"%s\") in %<target(\"arch=\")%> pragma or
attribute", str);


Please use %qs instead of "%s"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]