Hi Sergey, Daniel,

I just pushed a quick fix for the missing test files to the mob branch.

Also, I noticed a slight difference between Daniel's patch and commit
5ce2154, which amounts to:

  diff --git a/tccasm.c b/tccasm.c
  index 3fa6f07..8f71846 100644
  --- a/tccasm.c
  +++ b/tccasm.c
  @@ -853,6 +853,7 @@ static void tcc_assemble_inline(TCCState *s1, char *str, 
int len)
       memcpy(file->buffer, str, len);
   
       macro_ptr = NULL;
  +    parse_flags |= PARSE_FLAG_ASM_FILE;
       tcc_assemble_internal(s1, 0);
       tcc_close();
   
  $ 

I don't have time to investigate further, so I will leave the issue
of the above difference for you to investigate.

Thanks!

ATB,
Ramsay Jones



_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to