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

            Bug ID: 31006
           Summary: inline asm multiline comments
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: ziv.iz...@intel.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

in inline asm, you cant write two or more sequenced comment lines (which are
notated by ";")

for example:

int main(){
    __asm{
        ;comment1
        ;comment2
    }
}

produces:
error: invalid instruction mnemonic 'comment2'
__asm{
^
note: instantiated into assembly here
;comment2

-- 
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