<html>
    <head>
      <base href="https://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 --- - ppc integrated assembler does not understand bcl instruction mnemonic : bcl 20,31,"L00000000001$pb""
   href="https://llvm.org/bugs/show_bug.cgi?id=30867">30867</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ppc integrated assembler does not understand bcl instruction mnemonic : bcl 20,31,"L00000000001$pb"
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.8
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </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>Backend: PowerPC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jeremyhu@apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The attached test_throw.gcc.s was generated by gcc (cf <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Integrated assembler uses bad address for darwin/ppc GCC_except_table0"
   href="show_bug.cgi?id=30866">bug #30866</a>).  Passing it
directly to the integrated assembler results in an error:

$ clang++-mp-3.8 -arch ppc test_throw.gcc.s
test_throw.gcc.s:26:12: error: unknown operand
 bcl 20,31,"L00000000001$pb"
           ^
test_throw.gcc.s:26:12: error: unrecognized instruction mnemonic
 bcl 20,31,"L00000000001$pb"
           ^</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>