ref: 401f843e3fd7dd3399a30d79b1a35f1340909dbe
dir: /cc1/TODO/
* Verify correctness in initializators * emit initializators * Implement bitfields * Define data structure shared between cc1 and cc2 with the type information * Rewrite error recovery code, and ensure correct state after recovery * Parse correctly all integer and float constants * Add C99 features (almost all the new features of C99 are missed) * Add correct emit for any kind of constant * Add warning when some ANSI limit is violated. * Add k&r functions