tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Missing test for -fdollar-in-identifiers commit


From: Ramsay Jones
Subject: [Tinycc-devel] Missing test for -fdollar-in-identifiers commit
Date: Mon, 20 Apr 2015 12:19:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]