X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: Date: Mon, 9 May 2022 06:25:33 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: gcc-12.1.0 Content-Language: en-US-large References: To: djgpp-workers AT delorie DOT com From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com]" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 2493PfAZ001799 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 5/7/22 19:09, Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > Trying to build gcc-12.1.0 for DJGPP. > > Part of self tests added in gcc-12.1.0 (was not in 11.X.0) by change > > https://gcc.gnu.org/git/?p=gcc.git;a=commit;f=gcc/diagnostic-show-locus.cc;h=bd5e882cf6e0def3dd1bc106075d59a303fe0d1e > > > does not work for DJGPP. Does not seem to be very critical to get these working. Perhaps DJGPP > libc (more exactly escaped character handling in formated output) is the reason of problems. > > I disabled these tests for DJGPP host: > > https://github.com/apavenis/djgpp-gcc/commit/5fcd5fea5acc6c3a67e47319d0822442c6c84a3c > > Currently build stage2 is ongoing on my old Lenovo Core 2 Duo notebook (Windows Vista Business) > already for several hours and will last many more hours. > > I'll perhaps drop last 0 in version number for package file names to get it fit in 8+3 format. > Also second build seems to be OK. I started bootstrapping gcc-12.1.0 with the first one build installed. Sources are in GitHub: https://github.com/apavenis/djgpp-gcc/tree/djgpp/native/gcc-12.1.0 Tags: - djgpp/gcc-12.1.0 - source code changes (autoconf/automake stuff not touched)  - enough to build cross-compiler - djgpp/native/gcc-12.1.0 - all changes needed to build native compiler for DJGPP Andris