scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 283f07059255e9c003e0dc1429614ec0e8fb4190
parent 2b805bf9ea7eba221ed5a26dbbbac57516276350
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 19 Dec 2017 08:09:57 +0100

[cc1] Add more comments to the TODO list

Diffstat:
Mcc1/TODO | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cc1/TODO b/cc1/TODO @@ -10,3 +10,5 @@ * Merge all the definitions of the same string * Do not assign identifierss until symbols are emitted. This change will avoid identifiers that are not emitted. +* Fix assignation abbreviations. They fail whe lhs type is smaller than + the type in rhs