[LLVMbugs] [Bug 17913] New: clang throws out inline assembler

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Nov 13 11:21:55 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=17913

            Bug ID: 17913
           Summary: clang throws out inline assembler
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rkotler at mips.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

In the following code, clang throws out the inline assembler.
I.e. it does not appear in the bitcode.

extern int i, j;

void foo() {
  beginning:
  goto ending;
  __asm__(".space 60000");
 ending:
  foo();
  if (i > j) goto beginning;

}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131113/b7c8f5d3/attachment.html>


More information about the llvm-bugs mailing list