Patch-ID# 100935-01 Keywords: double, addresses, pointer, arithmetic, optimizer Synopsis: SparcCompiler C 2.0.1: bad code generated when addresses of two double arguments are involved Date: Mar/12/93 SunOS release: SunOS 4.1.1 Unbundled Product: SparcCompiler C Unbundled Release: 2.0.1 Topic: fixing the problem of rebinding addresses of double parameters, see bug report 1109242 for more info BugId's fixed with this patch: 1109242 Architectures this patch is available for: sun4(all) Other patches which conflict with this patch: This patch obsoleted by: Changes incorporated in this version: Files included with this patch: cg Problem Description: The code generator tries to rebind the addresses of double parameters. This is in conflict with one of the optimizations done in our global optimizer. The problem in the code generator has been fixed. Patch Installation Instructions: -------------------------------- Extract the patch-tarfile in /usr/lang ( or wherever the product is installed Other specific or unique installation instructions may also be necessary and should be described below. Special Install Instructions: ----------------------------- None.