Timo Lähde wrote:
     if (p[1] == 'L' && p[-1] == '\n')
Not best way to handle that but we are still waiting for better one ....

Indeed it's "not best way to handle" to put two more bugs on top of
the already existing one:

1) still '.' may be parsed as part of a C identifier
2) p[-1] may refer to undefined memory
3) the feature (as in "jmp .L0") would not work anymore

--- grischka



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to