23
|
1 not implemented:
|
|
2 - mode.input_allow_dollars.
|
|
3 - column counts do not take tabstops into account.
|
|
4 - mode.output_linenumbers.
|
|
5 - mode.do_depend.
|
|
6 - mode.do_macrolist.
|
|
7 - mode.do_trace.
|
|
8 - warns.endiflabels. (they cause errors)
|
|
9 - warns.unused.
|
|
10 - the -iremap option.
|
|
11 - #line directives.
|
|
12 - $CPP_RESTRICTED
|
|
13 - other environment variables
|
|
14
|
|
15 tidy up:
|
|
16 - get rid of inlinedefs.h
|
|
17 - use of places in and below macro.c is pretty bogus.
|
|
18 - macro code should be reworked.
|
32
|
19
|
|
20 fix:
|
|
21 - "#if 0 && 1/0" should not crash; fix eval method.
|
89
|
22 - an unterminated comment is reported as "no newline at end of file"
|
|
23 (which isn't fatal by default)
|
120
|
24 - the behavior of t26 is different here and in gcc -E -traditional
|