X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.31.169.130 with SMTP id s124mr18832988vke.1.1455581471137; Mon, 15 Feb 2016 16:11:11 -0800 (PST) X-Received: by 10.182.101.196 with SMTP id fi4mr161924obb.4.1455581471098; Mon, 15 Feb 2016 16:11:11 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Mon, 15 Feb 2016 16:11:10 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <201601312013 DOT u0VKDC4O017569 AT delorie DOT com> <56AF7CFB DOT 8010507 AT iki DOT fi> <83twlsyya8 DOT fsf AT gnu DOT org> <56B03232 DOT 8040802 AT iki DOT fi> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7c07fdd8-c7f5-4cba-b83d-42407a6717f7@googlegroups.com> Subject: Re: ANNOUNCE: Update of DJGPP port of gcc-5.3.0 From: "rugxulo AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Tue, 16 Feb 2016 00:11:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1915 Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hi, On Monday, February 15, 2016 at 7:13:38 AM UTC-6, Wiktor S. wrote: > > This was a one-line problem in assembly code: > > rep/movsl (%esi),(%edi) > > Newest as.exe generates wrong binary code on the above line. After changing > to "rep movsl" with space it worked. > > I don't know if rep/movsl syntax is correct or not, but if it is not, AS > should fail instead of silently generating bad code. Do you mean that GCC itself is generating [sic] "rep/movsl" or is it some inline or handwritten (external) assembly file?