Diff for /gforth/BUGS between versions 1.55 and 1.56

version 1.55, 2003/11/06 09:47:49 version 1.56, 2003/11/06 10:23:31
Line 61  anton 3 sep 2001 Line 61  anton 3 sep 2001
 gforth-native does not deal correctly with inline arguments in static  gforth-native does not deal correctly with inline arguments in static
 superinstructions: when using lit_lit, the wrong literals are put into  superinstructions: when using lit_lit, the wrong literals are put into
 the native code (probably due to wrong assumptions about argument  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().
   
 -----  -----
 Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.  Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.

Removed from v.1.55  
changed lines
  Added in v.1.56


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>