From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20957 invoked by alias); 24 May 2012 20:54:47 -0000 Received: (qmail 20947 invoked by uid 22791); 24 May 2012 20:54:46 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 May 2012 20:54:32 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1SXf3H-0004PI-VS from joseph_myers@mentor.com ; Thu, 24 May 2012 13:54:32 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 24 May 2012 21:54:30 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1SXf3F-000605-A2; Thu, 24 May 2012 20:54:29 +0000 Date: Thu, 24 May 2012 20:54:00 -0000 From: "Joseph S. Myers" To: Richard Henderson cc: libc-ports@sourceware.org Subject: Re: [alpha] Re-fix imaxdiv In-Reply-To: <4FBE9EA2.6030207@twiddle.net> Message-ID: References: <4FBE9EA2.6030207@twiddle.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00155.txt.bz2 On Thu, 24 May 2012, Richard Henderson wrote: > Originally fixed in 2001, broken in 2004. Clearly I should have added > the abilist files a long time ago. Clearly we need testcases in libc for ldiv, lldiv and imaxdiv as well (we only seem to have testdiv.c, testing (to a limited extent) div but none of the others), as tests trying to use the function would presumably have detected this as well ... interested in adding some? -- Joseph S. Myers joseph@codesourcery.com