public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/97622] New: ubsan ' unterminated quote character ''' in format
@ 2020-10-29  0:22 euloanty at live dot com
  2020-10-29  8:47 ` [Bug bootstrap/97622] " jakub at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: euloanty at live dot com @ 2020-10-29  0:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97622
           Summary: ubsan '  unterminated quote character ''' in format
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: euloanty at live dot com
  Target Milestone: ---

'%s%s%s. no. it should be \'%s%s%s%s%s%s%s???

      pp_printf (&pretty_name, "'%s%s%s%s%s%s%s",
                 TYPE_VOLATILE (type2) ? "volatile " : "",
                 TYPE_READONLY (type2) ? "const " : "",
                 TYPE_RESTRICT (type2) ? "restrict " : "",
                 TYPE_ATOMIC (type2) ? "_Atomic " : "",
                 TREE_CODE (type2) == RECORD_TYPE
                 ? "struct "
                 : TREE_CODE (type2) == UNION_TYPE
                   ? "union " : "", tname,
                 deref_depth == 0 ? "" : " ");

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

end of thread, other threads:[~2020-11-25 22:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  0:22 [Bug bootstrap/97622] New: ubsan ' unterminated quote character ''' in format euloanty at live dot com
2020-10-29  8:47 ` [Bug bootstrap/97622] " jakub at gcc dot gnu.org
2020-10-29  8:55 ` marxin at gcc dot gnu.org
2020-10-29 17:24 ` euloanty at live dot com
2020-10-29 17:24 ` euloanty at live dot com
2020-10-29 17:42 ` jakub at gcc dot gnu.org
2020-10-29 19:56 ` euloanty at live dot com
2020-10-30 14:52 ` msebor at gcc dot gnu.org
2020-10-30 15:13 ` jakub at gcc dot gnu.org
2020-11-25  1:11 ` msebor at gcc dot gnu.org
2020-11-25 22:01 ` cvs-commit at gcc dot gnu.org
2020-11-25 22:05 ` msebor 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).