X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.157.0.74 with SMTP id 68mr15445897ota.133.1489424498014; Mon, 13 Mar 2017 10:01:38 -0700 (PDT) X-Received: by 10.157.46.1 with SMTP id q1mr3186655otb.2.1489424497936; Mon, 13 Mar 2017 10:01:37 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 13 Mar 2017 10:01:37 -0700 (PDT) In-Reply-To: <0fa635d5-b3bb-4b17-a46d-77f479349749@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.82.215.132; posting-account=JWQfLgoAAAC8QKtkzNbcIxeduALJ3mlU NNTP-Posting-Host: 84.82.215.132 References: <0fa635d5-b3bb-4b17-a46d-77f479349749 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5a269279-6db1-4ed7-8833-83db972bace0@googlegroups.com> Subject: Re: BUG: djgpp should allow 16-byte alignment From: "jwjagersma AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Mon, 13 Mar 2017 17:01:37 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1498 Lines: 3 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 On Monday, 13 March 2017 03:55:49 UTC+1, RayeR wrote: > DJGPP constant __BIGGEST_ALIGNMENT__ reports to be 16 but I don't know if it works and if it is related to this issue. That's interesting since C++'s alignof(std::max_align_t) equals 8, even when compiling with -march-pentium3.