[ooc-compiler] oo2c-2.1.3 released
Brought to you by:
mva
|
From: Michael v. A. <Mic...@de...> - 2004-07-01 19:56:16
|
(oo2c) Type conversion was done in error when passing a string constant to a formal parameter derived from type Object.Object. This conversion is only possible of the formal paramter is Object.Object or an extension of Object.String. Due to a type check bug, string objects could be passed to arbitrary variables, which violates the type system and can all kinds of undesireable side effects. (oob) Move doc comments of record types from the level of the type declaration to the beginning of the record type. In addition to this there are the usual number of cleanups and the beginnings of an x86 assembler back-end. -- mva |