Ftnchek Version 2.7, August 1993
		       Patch Level 3, June 1994

The following fixes have been made in Patch 3.

	-- IMPLICIT type*size statement caused explicitly declared
	   variables to inherit the implicit size corresponding to
	   their initial letter if explicit declaration does not
	   specify size.

	-- Generic intrinsic functions with two arguments of declared
	   nonstandard size failed to receive the size of their
	   arguments.

	-- The intrinsic function IMAG should yield a REAL result from
	   a complex argument, inheriting the size of the components.
	   The intrinsic function REAL should yield a default-size
	   REAL result from an integer or non-default-size real, but
	   inherit the size from components of complex argument.

	-- The pointer.patch file has been modified to define pointer
	   variables to have size equal to the default wordsize rather
	   than 4 bytes in size.

Many thanks to Jean-Pierre Rouits for reporting these bugs and also
providing the patches to fix them.