X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: DJGPP and WIndows 10 32 bit To: djgpp AT delorie DOT com References: <57265177 DOT 1090701 AT iki DOT fi> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: Date: Fri, 13 May 2016 20:24:45 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 05/05/2016 04:04 AM, Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com] wrote: >> later versions installed from binaries are not OK. Try compiling >> "Hello World" style program which uses repeatedly under >> WIn10 to get random failures. I'm getting them in average once per hundred or several hundreds >> of compiles. In other >> test I only repeatedly run preprocessor and compared it outputs. > > > > > On the first trial, it failed at 7th iteration with bogus compilation error inside iostreams. > > Consecutive trials seem to work longer and longer: 8, 14, 36, 84. > > So I restarted the machine. Again, failure on 5th attempt. > That's nowhere near "several hundreds" you are getting. > > My newest todays build of gcc-6.1.0 with only 2 source lines added ('#ifndef __DJGPP__' and '#endif') which disables one pre-processor internal performance optimization seems to work OK under Win10. It is additionally built under Win10 with one additional bootstrap step (bootstrap4) for more torture. There was one unrelated problem which caused .info files missing. I'll hopefully make next build available. Andris