X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <4E0DFC80.2070607@iki.fi> Date: Fri, 01 Jul 2011 19:57:36 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: gcc-4.4: conflicting types for built-in function 'cabs' and 'cabsf' 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> In-Reply-To: <201107011614.p61GEu8r015173@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com On 07/01/2011 07:14 PM, DJ Delorie wrote: > Could you check the other prototypes too, and see if any othes aren't > needed? > > Maybe we should just comment them out for now, in case someone wants > to add them back in later, with a comment about this discussion... From build directory of gcc-4.6.1 for DJGPP v2.04: [andris AT ap2 .libs]$ i586-pc-msdosdjgpp-nm libgfortran.a | grep cabs U _cabs U _cabsf U _cabsf U _cabs U _cabsf Removal would break FORTRAN support. Andris