[Bug c++/103713] New: warning_at's string is split in a word

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 14 16:55:45 GMT 2021


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

            Bug ID: 103713
           Summary: warning_at's string is split in a word
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: trivial
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

in cp/tree.c we have:
        w = warning_at (loc, OPT_Wabi, "%<-fabi-version=12%> (GCC 8.1)
accident"
                        "ally changes the calling convention for %qT", t);

the accidentally should just moved to the next line and ", t);" the next line
after that.


More information about the Gcc-bugs mailing list