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

* [Bug c++/103713] warning_at's string is split in a word
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-15 11:08 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2021-12-15

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Lemmee fix that.

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

* [Bug c++/103713] warning_at's string is split in a word
  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
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-15 12:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:7527ddecef4721b3f4b00e8ad22d390b457c310b

commit r12-5997-g7527ddecef4721b3f4b00e8ad22d390b457c310b
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Dec 15 12:09:28 2021 +0100

    c++: Fix warning word splitting [PR103713]

            PR c++/103713

    gcc/cp/ChangeLog:

            * tree.c (maybe_warn_parm_abi): Fix warning word splitting.

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

* [Bug c++/103713] warning_at's string is split in a word
  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
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-15 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed, not planning to backport 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).