--- gforth/BUGS 2003/11/06 09:47:49 1.55 +++ gforth/BUGS 2005/12/27 09:35:45 1.57 @@ -61,7 +61,23 @@ anton 3 sep 2001 gforth-native does not deal correctly with inline arguments in static superinstructions: when using lit_lit, the wrong literals are put into the native code (probably due to wrong assumptions about argument -offsets). +offsets). 6 nov 2003 + +finish-code changes the stack for gforth-fast with --enable-force-reg +(probably for gforth-native too). Apparently ecx (spTOS) is neither +saved by engine, nor by finish_code(). + +Wrong decompilation: +create foo +5 constant bar +: xxx foo bar ; +simple-see xxx +16 nov 2005 + +Debian's gforth's etags.fs crashes (probably due to path problems) +on b3: +gforth etags.fs +16 nov 2005 ----- Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.