From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 24582 invoked from network); 6 May 2020 15:54:38 -0000 Received-SPF: pass (minnie.tuhs.org: domain of minnie.tuhs.org designates 45.79.103.53 as permitted sender) receiver=inbox.vuxu.org; client-ip=45.79.103.53 envelope-from= Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 6 May 2020 15:54:38 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 1F35D9CAA7; Thu, 7 May 2020 01:54:31 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A2E119C9B5; Thu, 7 May 2020 01:53:56 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 940149C9B5; Thu, 7 May 2020 01:53:53 +1000 (AEST) Received: from mail.cs.dartmouth.edu (mail.cs.dartmouth.edu [129.170.212.100]) by minnie.tuhs.org (Postfix) with ESMTPS id 167829C918 for ; Thu, 7 May 2020 01:53:53 +1000 (AEST) Received: from tahoe.cs.Dartmouth.EDU (tahoe.cs.dartmouth.edu [129.170.212.20]) by mail.cs.dartmouth.edu (8.15.2/8.15.2) with ESMTPS id 046FroU11915531 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 6 May 2020 11:53:50 -0400 Received: from tahoe.cs.Dartmouth.EDU (localhost.localdomain [127.0.0.1]) by tahoe.cs.Dartmouth.EDU (8.15.2/8.14.3) with ESMTP id 046FrojQ099879 for ; Wed, 6 May 2020 11:53:50 -0400 Received: (from doug@localhost) by tahoe.cs.Dartmouth.EDU (8.15.2/8.15.2/Submit) id 046FroWn099876 for tuhs@tuhs.org; Wed, 6 May 2020 11:53:50 -0400 From: Doug McIlroy Message-Id: <202005061553.046FroWn099876@tahoe.cs.Dartmouth.EDU> Date: Wed, 06 May 2020 11:53:50 -0400 To: tuhs@tuhs.org User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] DEC Compilers (was: Re: SDB debugger X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" >> Compile time was measured. My favorite "bug" was the >> many minutes it took to compile a constant expression >> that involved shifting a constant INT_MAX bits by >> performing that many 1-bit shifts. > > I don't know if this anecdote is an urban legend or if it really > happened. I was told [a similar] story when I was interning as an operator > at my alma mater, which was an IBM System/360 shop. I heard it not from the grapevine, but from McKeeman himself. Doug