From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 17 Sep 93 14:24:37 GMT From: news.crd.ge.com!e7sa!groleau@uunet.uu.net (Wes Groleau x1240 C73-8) Subject: Re: Please Help: Sun Ada Bug Message-ID: List-Id: In article <1993Sep15.171145.23064@calspan.com> westley@calspan.com (Terry J. W estley) writes: >In article <37106@hacgate.SCG.HAC.COM> bdarr@atr-16 (Byron Darrah) writes: >> internal: assertion error at file lreg.c line xxx >>cg_ret: 1 >Generally, it means that you have illeagal code that the compiler >couldn't handle. Clearly, this is a defect in the compiler. It should >emit an error message related to YOUR code, not the compiler's. More often, it means an legal construct that triggers a bug. If a previous version of the same file compiled, check what's different. Then experiment with different ways of accomplishing whatever the change was put in for.