[llvm-bugs] [Bug 24204] integrated clang assembler reports "undefined temporary" with usage of undefined label

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Nov 20 16:34:45 PST 2017


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

Konstantin Belochapka <konstantin.belochapka at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Konstantin Belochapka <konstantin.belochapka at sony.com> ---
Fixed in r265984
after fix, produces the following message:

source1.s:3:9: error: directional label undefined
    jmp 1f
        ^

-- 
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/20171121/c6e27d48/attachment.html>


More information about the llvm-bugs mailing list