public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/103713] New: warning_at's string is split in a word
@ 2021-12-14 16:55 pinskia at gcc dot gnu.org
  2021-12-15 11:08 ` [Bug c++/103713] " marxin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-14 16:55 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-15 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 16:55 [Bug c++/103713] New: warning_at's string is split in a word pinskia at gcc dot gnu.org
2021-12-15 11:08 ` [Bug c++/103713] " marxin at gcc dot gnu.org
2021-12-15 12:10 ` cvs-commit at gcc dot gnu.org
2021-12-15 12:12 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).