Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison TODO @ 120:66c7c05d6232
note issue comparing tests against gcc
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 14:20:16 -0400 |
parents | 64d275661bf0 |
children | a403605d3166 |
comparison
equal
deleted
inserted
replaced
119:4f493fb35821 | 120:66c7c05d6232 |
---|---|
19 | 19 |
20 fix: | 20 fix: |
21 - "#if 0 && 1/0" should not crash; fix eval method. | 21 - "#if 0 && 1/0" should not crash; fix eval method. |
22 - an unterminated comment is reported as "no newline at end of file" | 22 - an unterminated comment is reported as "no newline at end of file" |
23 (which isn't fatal by default) | 23 (which isn't fatal by default) |
24 | 24 - the behavior of t26 is different here and in gcc -E -traditional |