[cfe-dev] [intel inline asm] Crash when using 'short' keyword in intel assembly jumps instructions

William Ledoux william.ledoux at gmail.com
Thu Oct 31 04:29:10 PDT 2013


Hello, 

Compiling this minimal code will make clang crash 

  void f(){
    __asm jmp short l;
  }

The same thing occurs when replacing "short" by "long" (but not with any
other word, for instance "foo")
More informations are available in the bug report
http://llvm.org/bugs/show_bug.cgi?id=17751

Thanks for your work.
William.



--
View this message in context: http://clang-developers.42468.n3.nabble.com/intel-inline-asm-Crash-when-using-short-keyword-in-intel-assembly-jumps-instructions-tp4035484.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list