https://llvm.org/bugs/show_bug.cgi?id=30867

            Bug ID: 30867
           Summary: ppc integrated assembler does not understand bcl
                    instruction mnemonic : bcl 20,31,"L00000000001$pb"
           Product: libraries
           Version: 3.8
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: PowerPC
          Assignee: unassignedb...@nondot.org
          Reporter: jerem...@apple.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

The attached test_throw.gcc.s was generated by gcc (cf bug #30866).  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"
           ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to