OBSOLETE Patch-ID# 100870-01 Keywords: logical, shift Synopsis: OBSOLETED by 100968 Date: Feb/17/93 SunOS release: 4.1.1 Unbundled Product: SparcCompiler Fortran 77 2.0.1 Unbundled Release: 2.0.1 Topic: Fix for RSHFT intrinsic function. BugId's fixed with this patch: 1113027 Architectures this patch is available for: sun4 Other patches which conflict with this patch: Obsoleted by: 100968 Files included with this patch: f77pass1 Problem Description: The code generator is unable to handle SHIFTs of type ULONG. As a fix, I've chagned the front end/back end type mapping, so now Fortran's TYULONG's are mapped onto back end PCC_UNSIGNED instead of PCC_ULONG. 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. Instructions to install patch using "installpatch" -------------------------------------------------- 1. Become super-user. 2. Apply the patch by typing: //installpatch where is the directory containing the patch.