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=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,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 f7664e3e for ; Sun, 29 Sep 2019 09:22:14 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 650B49BBDD; Sun, 29 Sep 2019 19:22:13 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 773509B51D; Sun, 29 Sep 2019 19:22:01 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1569748927; bh=5r2aPb6a2z0w1yJQ/Ow+wG5sVhpnNtaZNt7tuhripyQ=; h=Date:From:To:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=JvXuQw3g/7n/hY42z7Ec9CgDx0zIfgfZNuyBhBlJCy4zk60aWNYhgPCWmknwAMcQg oJYNrJI2r9RzulcQhIDpb8RGIKNgkAHOoizOmomK+eRppB7gY+VSNXIWPCc6ws8nxm zzsPQF13Xt9MCuDtJ3j3nZh8/KrM5J1xmrYamYpw= Received: by minnie.tuhs.org (Postfix, from userid 1000) id DF523947C8; Sun, 29 Sep 2019 19:21:58 +1000 (AEST) Date: Sun, 29 Sep 2019 19:21:58 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20190929092158.GA27566@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.9.4 (2018-02-28) Subject: [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" All, very off-topic for TUHS but you have a bounty of experience. If any of you have Intel ia64 skills and/or fixing compiler back-end bugs, could you contact me off-list? I'm writing a back-end for the SubC compiler and I have 'one last bug'™ before it can compile itself, and I'm stuck. Details at: https://minnie.tuhs.org/wktcloud/index.php/s/QdKZAqcBytoFBkQ/download?path=%2F&files=help.txt Thanks, Warren