public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/99917] New: gcc/d/dmd/mtype.c:5223: missing call to va_end ?
@ 2021-04-05 17:52 dcb314 at hotmail dot com
  2021-04-05 19:53 ` [Bug d/99917] " ibuclaw at gdcproject dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2021-04-05 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99917
           Summary: gcc/d/dmd/mtype.c:5223: missing call to va_end ?
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

trunk.git/gcc/d/dmd/mtype.c:5223:30: error: va_list 'ap' was opened but not
closed by va_end(). [va_end_missing]

Source code is

    va_list ap;
    va_start(ap, format);
    buf.vprintf(format, ap);
    return buf.extractChars();

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

end of thread, other threads:[~2021-04-06 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 17:52 [Bug d/99917] New: gcc/d/dmd/mtype.c:5223: missing call to va_end ? dcb314 at hotmail dot com
2021-04-05 19:53 ` [Bug d/99917] " ibuclaw at gdcproject dot org
2021-04-06 17:44 ` cvs-commit at gcc dot gnu.org
2021-04-06 17:44 ` ibuclaw at gdcproject dot 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).