X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4F9E1CBC.9020203@iki.fi> Date: Mon, 30 Apr 2012 08:01:48 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120424 Thunderbird/12.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: CC1.EXE/GCC.EXE crashes with SIGILL, hard. References: <16777375 DOT 1302 DOT 1331688966231 DOT JavaMail DOT geo-discussion-forums AT vbat19> <4F60E096 DOT 2060106 AT iki DOT fi> <496fa848-de2c-4020-aced-ef298a0c5ec9 AT r21g2000yqa DOT googlegroups DOT com> <75057a79-95a3-41ec-93c6-8b459c4d9f9a AT h20g2000yqd DOT googlegroups DOT com> <963ed3e2-354f-48ce-90fd-43fb7263fe2d AT v2g2000vbx DOT googlegroups DOT com> <20a1f7c2-2a4a-430f-a762-2e53b10cef12 AT f37g2000yqc DOT googlegroups DOT com> <2414077 DOT 1981 DOT 1335755547650 DOT JavaMail DOT geo-discussion-forums AT ynjn4> In-Reply-To: <2414077.1981.1335755547650.JavaMail.geo-discussion-forums@ynjn4> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 04/30/2012 06:12 AM, Claude Freeman wrote: > Since a lot of distros dropped 586 recently, I don't think anyone's noticed.... According to the bug reports for GCC it was noticed. The problem is perhaps that few of developers have 586 any more and this problem most likely have very low priority now for them. It is actually detection which CPU features area available what is broken for 586. It is detecting that CMOV can be used when it is really not supported. Andris PS. You can of course try my build of GCC-4.7.0 for DJGPP (see http://ap1.pp.fi/djgpp/gcc/4.7.0/), but be warned that I do not know whether this problem is fixed neither I have any 586 system for testing. Also be warned that this version will perhaps be even more memory starved and slow on 586.