<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi Will,</div><div>I've been doing the vast majority of the MS inline assembly work.  I'm on vacation at the moment, but when I return to the office on Monday I'll certainly investigate and get back to you.</div><div><br></div><div>Can you please provide the preprocessed source?  Feel free to send that in a private message.</div><div><br></div><div> Chad</div><div><br>On Mar 8, 2013, at 3:51 AM, Will Wilson <<a href="mailto:will@indefiant.com">will@indefiant.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Hi All,
<div><br></div><div style="">I'm doing AST based analysis of some code that uses MS style inline asm (target: i686-pc-win32) and I'm seeing some new errors since the recent(ish) changes to inline parsing:</div><div style="">
<br></div><div style="">prefetchnta 64[ESI]</div><div style=""><p class=""></p><ul style=""><li style="">unexpected token in argument list</li></ul><p></p><p class="" style="">prefetchnta [esi + (200*64)]</p></div><div style=""><ul style=""><li style="">
unexpected token in argument list</li></ul></div><div style="">movq mm1,  0[ESI]</div><div style=""><ul style=""><li style=""><p class="">unexpected token in argument list</p></li></ul></div><div style="">and<span class="">    </span><span class="">    </span>ecx, <span class="">111b</span></div>
<div style=""><ul style=""><li style=""><p class="">invalid reference to undefined symbol</p></li></ul></div><div style="">add<span class="">   </span><span class="">    </span>ecx, offset $label_name</div><div style=""><ul style=""><li style="">Asserts in <br>
X86AsmParser::ParseIntelOffsetOfOperator() with "<span class="">Expected an identifier"</span></li></ul></div><div><p class="" style="">Should these cases be supported in the first place?</p><p class="" style="">- Will.</p>
</div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>cfe-dev mailing list</span><br><span><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a></span><br><span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a></span><br></div></blockquote></body></html>