<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:pkubaj@anongoth.pl" title="Piotr Kubaj <pkubaj@anongoth.pl>"> <span class="fn">Piotr Kubaj</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Assertion failed: (!IsStrict && "Don't know how to expand for strict nodes."), function ExpandNode, file llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, line 3638."
   href="https://bugs.llvm.org/show_bug.cgi?id=45237">bug 45237</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;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Assertion failed: (!IsStrict && "Don't know how to expand for strict nodes."), function ExpandNode, file llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, line 3638."
   href="https://bugs.llvm.org/show_bug.cgi?id=45237#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Assertion failed: (!IsStrict && "Don't know how to expand for strict nodes."), function ExpandNode, file llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, line 3638."
   href="https://bugs.llvm.org/show_bug.cgi?id=45237">bug 45237</a>
              from <span class="vcard"><a class="email" href="mailto:pkubaj@anongoth.pl" title="Piotr Kubaj <pkubaj@anongoth.pl>"> <span class="fn">Piotr Kubaj</span></a>
</span></b>
        <pre>This issue wasn't completely fixed. babl builds on powerpc64 now, but I
discovered clang exiting with the same assert on powerpc, while building
x11/babl as well.

Reduced test case:
double a;
b() {
  if (a)
    ;
}

Compile with:
/usr/bin/cc -cc1 -triple powerpc-unknown-freebsd13.0 -emit-obj
-ffp-exception-behavior=strict model-cmyk-61260b.c

Compiling the same test case for powerpc64 and powerpcspe also makes clang fail
on the same assertion.</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>