X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Subject: Re: Missing functions in DJGPP libc (and/or) libm To: djgpp-workers AT delorie DOT com References: <4aed4e35-34a2-56ba-582a-c9c6ccae6699 AT iki DOT fi> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com]" Message-ID: Date: Mon, 13 Apr 2020 07:50:19 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <4aed4e35-34a2-56ba-582a-c9c6ccae6699@iki.fi> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US-large 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 4/13/20 7:25 AM, Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > On 4/12/20 10:56 PM, DJ Delorie wrote: >> Looks like C99 support is required now, and our library is C89(ish). >> >> If someone wants to put in the effort: >> http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf >> >> Else we might have to accept that some parts of djgpp have reached >> end-of-life :-( > > How it is handled in CygWin. It seems to have newlib which do not have these functions (at least > I did not easily find them browsing GIT repon tree). > > It is unlikely that CygWin will not support Fortran for gcc-10 > > Andris > > Originates from https://gcc.gnu.org/git?p=gcc.git;a=commit;h=57391ddaf39f7cb85825c32e83feb1435889da51 less than a week ago. Should such change go in so close to release? Maybe no one can yet noticed that it could break build for all targets for which Newlib is being used. Andris