X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com To: djgpp-workers AT delorie DOT com From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com]" Subject: gcc-11 Message-ID: <77c44b03-4d74-2b6b-6b58-8fddb1c5bfce@iki.fi> Date: Sun, 28 Feb 2021 20:46:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 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 It looks like porting gcc-11 for DJGPP could be difficult Last time I tried Ada (several months ago) did not build OK as cross-compiler. C, C++, Fortran, Objective C and Objective-C++ build OK as cross-compiler from Linux (last tested today: 28/02/2021) Native compiler for DJGPP is a different thing: - Added experimental C++ module support is not portable to DJGPP easily enough without noticeable changes (only one of -fmodule-mapper value variants could possibly be supported for DJGPP) - Without porting (or some other solution) it will be impossible to build native compiler for DJGPP So we must decide what to do. Andris