[ooc-compiler] oo2c-2.0.7
Brought to you by:
mva
|
From: Michael v. A. <mi...@de...> - 2003-04-11 08:56:01
|
Starting with this release, the front-end generates warnings for uses of undefined variables, unreachable code, functions where control can fall of the end, and unreachable WITH branches. This means that the v2 warnings are finally pretty much in line with those of the old processor. The warnings are passed on a structural analysis of the program code, but take nested procedures and knowledge about local VAR parameters into account. If you see warnings that are blatantly or situations were such a warning should be given, then please drop me a note. This release also adds support for MinGW32 environment in various IO modules (files, sockets, select, etc.) by Stewart Greenhill. Configure with CPPFLAGS=-mno-cygwin and LDFLAGS=-mno-cygwin to use the mingw32 model under cygwin. See the SF file release notes for more information. -- mva |