<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:nlewycky@google.com" title="Nick Lewycky <nlewycky@google.com>"> <span class="fn">Nick Lewycky</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - zeroext i1 returning functions don't get TCO"
href="http://llvm.org/bugs/show_bug.cgi?id=16742">bug 16742</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - zeroext i1 returning functions don't get TCO"
href="http://llvm.org/bugs/show_bug.cgi?id=16742#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - zeroext i1 returning functions don't get TCO"
href="http://llvm.org/bugs/show_bug.cgi?id=16742">bug 16742</a>
from <span class="vcard"><a class="email" href="mailto:nlewycky@google.com" title="Nick Lewycky <nlewycky@google.com>"> <span class="fn">Nick Lewycky</span></a>
</span></b>
<pre>This was fixed a while ago, but we forgot to close this bug.
$ echo 'bool g(); bool f() { return g(); }' | clang -x c++ - -S -o - -O2
.file "-"
.text
.globl _Z1fv
.align 16, 0x90
.type _Z1fv,@function
_Z1fv: # @_Z1fv
.cfi_startproc
# BB#0: # %entry
jmp _Z1gv # TAILCALL
.Ltmp0:
.size _Z1fv, .Ltmp0-_Z1fv
.cfi_endproc
.section ".note.GNU-stack","",@progbits</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>