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

            Bug ID: 24204
           Summary: integrated clang assembler reports "undefined
                    temporary" with usage of undefined label
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

# The following assembler source:

1:
    jmp 1f

# when compiled with clang -c (target is x86_64-unknown-linux-gnu) reports:
# clang -cc1as: fatal error: error in backend: Undefined temporary
#
# Earlier versions (e.g. clang 3.6) did not report any error at all

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to