Re: [CIL users] parser error for asm goto with CIL version 1.7.3

2014-07-23 Thread hitesh padekar
Thanks Gabriel, I was not aware that its a known limitation, my bad, sorry about that. I will try to get workaround patch for this, let me know if anyone already has found a solution for this issue. -Hitesh. On Wed, Jul 23, 2014 at 11:18 PM, Gabriel Kerneis wrote: > On Wed, Jul 23, 2014 at 04

Re: [CIL users] parser error for asm goto with CIL version 1.7.3

2014-07-23 Thread Gabriel Kerneis
On Wed, Jul 23, 2014 at 04:36:41PM -0700, hitesh padekar wrote: > Could somebody tell me how can I resolve this parser error for CIL > compilation. I am getting : syntax error > Parsing errorFatal error: exception Frontc.ParseError("Parse error") Known limitation: https://github.com/kerneis/cil/is

[CIL users] parser error for asm goto with CIL version 1.7.3

2014-07-23 Thread hitesh padekar
Hi, Could somebody tell me how can I resolve this parser error for CIL compilation. I am getting : syntax error Parsing errorFatal error: exception Frontc.ParseError("Parse error") for asm goto line in the below code: asm goto("1: jmp %l[t_no]\n" "2:\n"