scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 29bbd53de044cd344081fcd46d8b7bdd0bcb2201
parent a5a233366a4cbbf7cf9d4c02f7bcc7d022349563
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  9 Jun 2016 16:10:48 +0200

[cc1] Update TODO

Correctness in initializers was fixed long time ago,
at least until the point that we know what we are
doing wrong.

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

diff --git a/cc1/TODO b/cc1/TODO @@ -1,4 +1,3 @@ -* Verify correctness in initializators * Implement bitfields * Rewrite error recovery code, and ensure correct state after recovery * Parse correctly all integer and float constants