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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to