<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 --- - builtin __builtin_isinf_sign not implemented"
   href="http://llvm.org/bugs/show_bug.cgi?id=17441">17441</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>builtin __builtin_isinf_sign not implemented
          </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=11318" name="attach_11318" title="gcc test for this">attachment 11318</a> <a href="attachment.cgi?id=11318&action=edit" title="gcc test for this">[details]</a></span>
gcc test for this

~/llvmw/install/bin/clang ../tests-c/builtin-isinf_sign-1.c
../tests-c/builtin-isinf_sign-1.c:17:7: error: cannot compile this builtin
      function yet
  if (__builtin_isinf_sign(f)
      ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:20:7: error: cannot compile this builtin
      function yet
  if (__builtin_isinf_sign(d)
      ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:23:7: error: cannot compile this builtin
      function yet
  if (__builtin_isinf_sign(ld)
      ^~~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:30:14: error: cannot compile this builtin
      function yet
  if ((_Bool)__builtin_isinf_sign(f) != (__builtin_isinf(f) != 0))
             ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:32:14: error: cannot compile this builtin
      function yet
  if ((_Bool)__builtin_isinf_sign(d) != (__builtin_isinf(d) != 0))
             ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:34:14: error: cannot compile this builtin
      function yet
  if ((_Bool)__builtin_isinf_sign(ld) != (__builtin_isinf(ld) != 0))
             ^~~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:37:8: error: cannot compile this builtin
      function yet
  if ((__builtin_isinf_sign(f) != 0) != (__builtin_isinf(f) != 0))
       ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:39:8: error: cannot compile this builtin
      function yet
  if ((__builtin_isinf_sign(d) != 0) != (__builtin_isinf(d) != 0))
       ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:41:8: error: cannot compile this builtin
      function yet
  if ((__builtin_isinf_sign(ld) != 0) != (__builtin_isinf(ld) != 0))
       ^~~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:44:8: error: cannot compile this builtin
      function yet
  if ((__builtin_isinf_sign(f) ? 5 : 6) != (__builtin_isinf(f) ? 5 : 6))
       ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:46:8: error: cannot compile this builtin
      function yet
  if ((__builtin_isinf_sign(d) ? 5 : 6) != (__builtin_isinf(d) ? 5 : 6))
       ^~~~~~~~~~~~~~~~~~~~~~~
../tests-c/builtin-isinf_sign-1.c:48:8: error: cannot compile this builtin
      function yet
  if ((__builtin_isinf_sign(ld) ? 5 : 6) != (__builtin_isinf(ld) ? 5 : 6))</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>