Patch-ID# 100160-01 Keywords: dies, yacc, overflow, stack, yymaxdepth, 150, cc, 1.0, ccom Synopsis: Unbundled C 1.0: cc dies with yacc stack overflow Date: 06/Nov/90 SunOS release: 4.1, 4.0.3, 4.0 Unbundled Product: C Unbundled Release: 1.0 Topic: A patched "ccom" for 1.0 unbundled C Compiler for the "yacc stack overflow" problem. BugId's fixed with this patch: 1046371 Architectures for which this patch is available: sun3, sun4 Patches which may conflict with this patch: Obsoleted by: Problem Description: cc dies with yacc stack overflow The 1.0 C compiler can give the error "yacc stack overflow" when compiling expressions which are nested deeper than >150. INSTALL: move the patched "ccom" under the ../sun4 (or sun3) directory in this patch tree into the 1.0 C compiler directory on user machine: For example: If the 1.0 C compiler "ccom" is located at: /usr/lang/SC0.0/ccom then first save the original "ccom", then move the patched "ccom" into the appropriate directory: 1. mv /usr/lang/SC0.0/ccom /usr/lang/SC0.0/ccom.orig 2. mv ../sun4/ccom /usr/lang/SC0.0/ccom