tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc -E mangles >>


From: Vincent Lefevre
Subject: Re: [Tinycc-devel] tcc -E mangles >>
Date: Mon, 31 Mar 2014 15:06:48 +0200
User-agent: Mutt/1.5.21-6305-vl-r59709 (2013-04-16)

On 2014-03-31 12:51:45 +0100, Jay Foad wrote:
> Instead of printing >>, this example prints the ASCII control character ^B:
> 
> $ cat s.c
> #define S >>
> S
> $ ./tcc -E s.c
> # 2 "s.c"
> ^B

This bug has been introduced by:

commit 0ac8aaab1bef770929e5592d02bc06d3a529952e
Author: grischka <grischka>
Date:   2014-03-29 16:40:54 +0100

    tccpp: reorder some tokens
    
    ... and make future reordering possibly easier
    
    related to 9a6ee577f6165dccfde424732bfc6f16f1e2811b

:100644 100644 e83e6c0... f89b146... M  tcc.h
:100644 100644 f4b7b1a... b2e389b... M  tccpp.c

-- 
Vincent Lefèvre <address@hidden> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



reply via email to

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