From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id ca1d9135 for ; Sun, 29 Sep 2019 09:47:55 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id E52EA9BC07; Sun, 29 Sep 2019 19:47:53 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3C1B39B51D; Sun, 29 Sep 2019 19:47:32 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 95D3F9B51D; Sun, 29 Sep 2019 19:47:29 +1000 (AEST) Received: from relay05.pair.com (relay05.pair.com [216.92.24.67]) by minnie.tuhs.org (Postfix) with ESMTPS id 6049C947C8 for ; Sun, 29 Sep 2019 19:47:28 +1000 (AEST) Received: from orac.inputplus.co.uk (unknown [81.174.206.21]) by relay05.pair.com (Postfix) with ESMTP id 5221B1A2C77 for ; Sun, 29 Sep 2019 05:47:27 -0400 (EDT) Received: from orac.inputplus.co.uk (orac.inputplus.co.uk [IPv6:::1]) by orac.inputplus.co.uk (Postfix) with ESMTP id 6488620154 for ; Sun, 29 Sep 2019 10:47:26 +0100 (BST) To: tuhs@tuhs.org From: Ralph Corderoy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-reply-to: <20190929092158.GA27566@minnie.tuhs.org> References: <20190929092158.GA27566@minnie.tuhs.org> Date: Sun, 29 Sep 2019 10:47:26 +0100 Message-Id: <20190929094726.6488620154@orac.inputplus.co.uk> Subject: Re: [TUHS] OT: compiler back-end bug 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" Hi Warren, > If any of you have Intel ia64 skills and/or fixing compiler back-end > bugs, could you contact me off-list? Sorry, on list, but it may help the willing eyeballs if > To see the original compiler's assembly version of fwrite(): > > $ ./scc0 -S lib/fwrite.c > > To see my compiler's [faulty] assembly version of fwrite(): > > $ ./myscc -S lib/fwrite.c these two were made easily available, e.g. a pastebin like curl -sSF 'f:1=<-' ix.io At present, my compiler fwrite() code is passing bogus arguments to > memcpy() where it crashes with a segfault. wouldn't involve downloads, make, etc., that make it easy to think one doesn't have the time to look. :-) -- Cheers, Ralph.