[llvm-bugs] [Bug 45531] New: flang/runtime: 3 * missing calls to va_end ?

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 14 05:26:39 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=45531

            Bug ID: 45531
           Summary: flang/runtime: 3 * missing calls to va_end ?
           Product: flang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedbugs at nondot.org
          Reporter: dcb314 at hotmail.com
                CC: David.Truby at arm.com, llvm-bugs at lists.llvm.org,
                    sscalpone at nvidia.com

flang/runtime/io-error.cpp:46:9: error: va_list 'ap' was opened but not closed
by va_end(). [va_end_missing]
flang/runtime/io-error.cpp:52:5: error: va_list 'ap' was opened but not closed
by va_end(). [va_end_missing]
flang/runtime/terminator.cpp:19:1: error: va_list 'ap' was opened but not
closed by va_end(). [va_end_missing]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200414/eed41af8/attachment-0001.html>


More information about the llvm-bugs mailing list