X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=wI+gTI8B8D5D4WIzdsC4ep4ayJfjMU/3FoS4Ove8+Gg=; b=FCXd6dXgexlsvFUOmkmWeFGhhzrBkpWdvo/UyG+fg3IjuwtUPvxqxjRmfs0U7E3I3q GsAp25xsTRSSohNGwb7UE7gTrYaT/BV4duzHhCZDqvJh7zhzJrsFxuszO0DusRQOBTI5 2tfCpirIt3o0LdYLLOWTmsoXoU5tAwOzfWbuM= MIME-Version: 1.0 In-Reply-To: References: <83tyb6qce3 DOT fsf AT gnu DOT org> <201107011526 DOT p61FQs24012782 AT envy DOT delorie DOT com> <201107011539 DOT p61FdYjI013658 AT envy DOT delorie DOT com> <201107011548 DOT p61FmWQW014052 AT envy DOT delorie DOT com> <201107011557 DOT p61FvXVP014582 AT envy DOT delorie DOT com> <201107011614 DOT p61GEu8r015173 AT envy DOT delorie DOT com> <4E0DFC80 DOT 2070607 AT iki DOT fi> <201107011734 DOT p61HYlRK019374 AT envy DOT delorie DOT com> <201107011753 DOT p61Hr3XO020234 AT envy DOT delorie DOT com> <201107011814 DOT p61IERDY021019 AT envy DOT delorie DOT com> <201107011832 DOT p61IWPHI022600 AT envy DOT delorie DOT com> Date: Fri, 1 Jul 2011 15:03:18 -0500 Message-ID: Subject: Re: gcc-4.4: conflicting types for built-in function 'cabs' and 'cabsf' From: Rugxulo To: djgpp-workers AT delorie DOT com, Gautier de Montmollin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p61K3OwS004959 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Fri, Jul 1, 2011 at 1:36 PM, Ozkan Sezer wrote: > On Fri, Jul 1, 2011 at 9:32 PM, DJ Delorie wrote: >> >> Hmmm... OK, I suppose. >> >> Can I assume you built and tested libm with your fix?  Does it return >> the right values? >> >> We don't want to have to fix it twice... >> > > Only build-tested (gcc 3.3.6 and 4.4.7), which was my only intention, > but not run-tested.  I'd like to leave run-testing to someone who is > more accustomed to those functions than me. I don't know any "complex" number stuff, but do we need tests just in general (C99, Fortran) or for all related languages with such support (ISO Modula-2, Extended Pascal, Ada95)?