shithub: scc

Download patch

ref: 0f0f3817a993e617ecc06c1fe2df4f196d399eee
parent: ee04902bc672586ad9963bd85155c3d28cdab47d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Jan 26 17:10:39 EST 2016

Update TODO

--- a/cc1/TODO
+++ b/cc1/TODO
@@ -9,4 +9,8 @@
 * Add correct emit for any kind of constant
 * Add warning when some ANSI limit is violated.
 * Free memory in emit after some error happened.
-* Rewrite initializers to deal with the idea of  "current object"
\ No newline at end of file
+* Rewrite initializers to deal with the idea of  "current object"
+* Add some test about pointer airthmetic.
+* 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.