X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: CC1.EXE/GCC.EXE crashes with SIGILL, hard. Date: Tue, 20 Mar 2012 07:18:54 -0700 (PDT) Organization: http://groups.google.com Lines: 7 Message-ID: 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> NNTP-Posting-Host: 90.181.199.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1332253536 15520 127.0.0.1 (20 Mar 2012 14:25:36 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 20 Mar 2012 14:25:36 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: em9g2000vbb.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Firefox/11.0 SeaMonkey/2.8,gzip(gfe) Bytes: 1655 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Does the testcase generate cmove even without __attribute__((__target__("sse"))) ? As I understand this attribude overrides the march=386 (attribute can affect compiler with many different ways so it should be used carefully) so it maybe correct and it's incorrect to hardcode __attribute__((__target__("sse"))) - should be made conditional? I don't know...