]> git.sur5r.net Git - cc65/blob - doc/BUGS
Improved cbm_dir routines by Thomas Giesel.
[cc65] / doc / BUGS
1 List of known bugs that will not get fixed before any new major release:
2
3   * The compiler does not detect if part of an expression evaluated
4     with && or || is constant. For preprocessor evaluation, special
5     routines are used, so this is not true for the preprocessor.
6
7
8 Introduced with version 2.5:
9
10   * Use of "goto" to jump into or out of blocks that declare local variables
11     will create programs that crash, since the stack is not corrected. The old
12     stack correction code was removed because of the restructuring of the
13     symbol table stuff and was not reintroduced because it was ugly anyway,
14     did not work with the new symbol table code, and should be unnecessary as
15     soon as local variables are allocated in one chunk on function entry.
16