<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 --- - more missing builtins ... builtin_finitef, isfinite and others"
href="http://llvm.org/bugs/show_bug.cgi?id=17454">17454</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>more missing builtins ... builtin_finitef, isfinite and others
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.2
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>C++
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>rkotler@mips.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=11331" name="attach_11331" title="gcc test">attachment 11331</a> <a href="attachment.cgi?id=11331&action=edit" title="gcc test">[details]</a></span>
gcc test
rkotler@mipssw006:~/rt-rk-4doug/tmp$ ~/llvmw/install/bin/clang
../tests-c/pr28796-2.c -std=gnu89 -lm -O2
In file included from ../tests-c/pr28796-2.c:6:
../tests-c/tg-tests.h:35:7: error: use of unknown builtin '__builtin_isnanf'
[-Wimplicit-function-declaration]
if (__builtin_isnanf (f) != res_isnan)
^
../tests-c/tg-tests.h:35:7: note: did you mean '__builtin_isnan'?
../tests-c/tg-tests.h:29:7: note: '__builtin_isnan' declared here
if (__builtin_isnan (f) != res_isnan)
^
../tests-c/tg-tests.h:37:7: error: use of unknown builtin '__builtin_isnanl'
[-Wimplicit-function-declaration]
if (__builtin_isnanl (ld) != res_isnan)
^
../tests-c/tg-tests.h:46:7: error: use of unknown builtin '__builtin_isinff'
[-Wimplicit-function-declaration]
if (__builtin_isinff (f) != res_isinf)
^
../tests-c/tg-tests.h:46:7: note: did you mean '__builtin_isinf'?
../tests-c/tg-tests.h:40:7: note: '__builtin_isinf' declared here
if (__builtin_isinf (f) != res_isinf)
^
../tests-c/tg-tests.h:48:7: error: use of unknown builtin '__builtin_isinfl'
[-Wimplicit-function-declaration]
if (__builtin_isinfl (ld) != res_isinf)
^
../tests-c/tg-tests.h:72:7: error: use of unknown builtin '__builtin_finitef'
[-Wimplicit-function-declaration]
if (__builtin_finitef (f) != res_isfin)
^
../tests-c/tg-tests.h:72:7: note: did you mean '__builtin_isfinite'?
../tests-c/tg-tests.h:65:7: note: '__builtin_isfinite' declared here
if (__builtin_isfinite (f) != res_isfin)
^
../tests-c/tg-tests.h:74:7: error: use of unknown builtin '__builtin_finite'
[-Wimplicit-function-declaration]
if (__builtin_finite (f) != res_isfin)
^
../tests-c/tg-tests.h:74:7: note: did you mean '__builtin_finitef'?
../tests-c/tg-tests.h:72:7: note: '__builtin_finitef' declared here
if (__builtin_finitef (f) != res_isfin)
^
../tests-c/tg-tests.h:78:7: error: use of unknown builtin '__builtin_finitel'
[-Wimplicit-function-declaration]
if (__builtin_finitel (d) != res_isfin)
^
7 errors generated.
rkotler@mipssw006:~/rt-rk-4doug/tmp$</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>