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=xadSF2NDbSSz63IQ5DqeOPr+uOYWy0viys0oztBA4mw=; b=wwotpjY+xioIbw3OOBJ3eZoH4CemBmadZvhwFDu8ICeCCBjCpEonOD40vgjoSAhMBA LILvI+4YfmNZLHdm93iUhIoXbDRAwmHpEnTBLx43qj/LME0bJNnP2/9IuYUjQk3Ll5hY Hgk480Dkw1U8yzOhb1obUo+rpkqReIKDEQ0zo= MIME-Version: 1.0 In-Reply-To: <201107011548.p61FmWQW014052@envy.delorie.com> 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> Date: Fri, 1 Jul 2011 18:53:33 +0300 Message-ID: Subject: Re: gcc-4.4: conflicting types for built-in function 'cabs' and 'cabsf' From: Ozkan Sezer To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p61Frb7J020276 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 On Fri, Jul 1, 2011 at 6:48 PM, DJ Delorie wrote: > >> Then I suggest removing those two from build, like : > > Do we need those prototypes for gcc's built-in versions?  Or should we > add implementations of those, with updated headers? > There are no prototypes of them anywhere but in the relevant source *.c files. If there is a need for providing these two functions, it must be done so by adding updated prototypes (possibly via a proper complex.h) with the *.c sources adjusted accordingly. However that would require adding the rest of the complex math to the library, does it not? -- O.S.