From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: ANN: GCC 5.2.0 for OS X El Capitan Date: Wed, 2 Dec 2015 15:55:09 +0100 Organization: A noiseless patient Spider Message-ID: References: Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 2 Dec 2015 14:52:44 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="b96887e80893c84a90c3007226ca0d1c"; logging-data="16904"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+n5VantGjT1t5HTmGKeGhq7N0fNun4obg=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: Cancel-Lock: sha1:B//gyp1OhwB6kS2lDr0Vxtt23+I= Xref: news.eternal-september.org comp.lang.ada:28619 Date: 2015-12-02T15:55:09+01:00 List-Id: On 29.11.15 16:25, Simon Wright wrote: > Simon Wright writes: > >> "G.B." writes: >> >>> Apparently, GNAT GPL 2015 puts a movd where the other compiler >>> puts a movq (with an xmm register). The unit below reproduces >>> the error. (It is a self-contained excerpt from soap-types.ad? >>> of AWS.) >> >> Compiling your package Fake on El Capitan, I get code like >> >> movq %xmm0, %rdx >> >> with all of GNAT GPL 2015, FSF GCC 5.1.0, and FSF GCC 5.2.0. > > errm .. and all compile successfully. > Good news, and my mistake! I had XCode 6.2 and XCode 7.0 beta installed, the former being selected. Switching to the latter, I don't get an error any more. (Also, no more movd from FSF GNAT.)