Bugs and patches: version 3.5

Listed below are the known bugs and patches or workarounds for version 3.5 of SRC Modula-3. You may also want to consult the bugs and patches from the previous release, version 3.4.

There is a natural tension between the frequency of new releases and the number of patches that must be applied to an old release. We try to make the right choice. If you have any wisdom or advice on how this tradeoff should be made, please send e-mail to m3-request@src.dec.com.


missing debugging info

The compiler front-end doesn't pass the following information to the back-end and therefore never gets into the debugger:

Work-around:

None.


bad floating-point values

The compiler front-end doesn't use the recommended Lex interface to read floating point values. Hence, very large, very small and very precise values may not be read correctly by the compiler.

The front-end uses host floating-point arithmetic to fold floating-point constants -- even when being used as a cross-compiler. Hence, cross-compilers may not compute the correct constants.

The front-end doesn't generate IEEE infinities for FIRST(REAL) and LAST(REAL).

Work-around:

None.


GC failure on SunOS 4.1.1 (SPARC)

From: chase@centerline.com (David Chase)

"The VM-synchronized garbage collector does not work on SunOS 4.1.1 because of an OS bug. Install a newer version of SunOS (e.g., 4.1.3_U1) if you want to fix this (and many other bugs)."


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Thu Jan 25 13:45:18 PST 1996 by heydon
     modified on Mon Jan 23 14:59:40 PST 1995 by kalsow
Copyright (C) 1992, 1996, Digital Equipment Corporation. All rights reserved.
See the COPYRIGHT for a full description.