X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 1 Jul 2011 11:26:54 -0400 Message-Id: <201107011526.p61FQs24012782@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (message from Ozkan Sezer on Fri, 1 Jul 2011 18:22:08 +0300) Subject: Re: gcc-4.4: conflicting types for built-in function 'cabs' and 'cabsf' References: <83tyb6qce3 DOT fsf AT gnu DOT org> 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 > double cabs(double complex z); Right, newer gccs have a real "complex" type, instead of a structure. Then yell at you if you disagree with them :-P