<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - trunk/llvm/lib/IR/Type.cpp: 3 * missing call to va_end ?"
href="http://llvm.org/bugs/show_bug.cgi?id=20588">20588</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>trunk/llvm/lib/IR/Type.cpp: 3 * missing call to va_end ?
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dcb314@hotmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>1.
[trunk/llvm/lib/IR/Type.cpp:509]: (error) va_list 'ap' was opened but not
closed by va_end().
while (type) {
StructFields.push_back(type);
type = va_arg(ap, llvm::Type*);
}
return llvm::StructType::get(Ctx, StructFields);
2.
[trunk/llvm/lib/IR/Type.cpp:550]: (error) va_list 'ap' was opened but not
closed by va_end().
3.
[trunk/llvm/lib/IR/Type.cpp:594]: (error) va_list 'ap' was opened but not
closed by va_end().</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>