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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable 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: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: GCC 5.2.0 for OS X El Capitan Date: Sun, 29 Nov 2015 11:50:40 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="fa1ef3748c46c80a9a627d7896b0bfd1"; logging-data="31621"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19qlIe/Jvtz8GuFE3PE8ggbb9tWlteKVvo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:5CeOBIFUTkmFqMPKDrPMbO+yT3o= sha1:Sg14aG/5sAi6Elk1fjas8pDvZz0= Xref: news.eternal-september.org comp.lang.ada:28588 Date: 2015-11-29T11:50:40+00:00 List-Id: "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.