X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CHc86NZH0ZCY7u6Fi/0z//QtFOIZH6J2AxrddOLydHE=; b=rKgNfg83esE44C1iM2PUI2vvXV/6kfNeZRHV3ufveAF4G9+wWUeiHB3JITeiCXL+9E YxvNOfGMvEcO3E9EppbyVHq9+/0uAycdl1hnQzSADxumUu68yDl9zFrp5nN4CWe/SW/l aPREwez2suYQDT0zE8MCxMboIcJT+HMTAG+0s2EKO/iJ63wMsE8H9AzUqeKX5EcBUAlm dmLuvrmh/LzPdHQYvip9r1ZkJ41MxBjArPpkL7h1tkB4moGMjmDFxFrREKa16c/ZDKjA sI5bhnuSF+VfzrxPvGrtDoGj+ZwSdnUD0DnfzBWYHImwsjfBAeTAZYR3uZdCRceH+SJd Tw0A== MIME-Version: 1.0 X-Received: by 10.50.225.35 with SMTP id rh3mr5463204igc.29.1431802333635; Sat, 16 May 2015 11:52:13 -0700 (PDT) In-Reply-To: <555774B1.70107@iki.fi> References: <555774B1 DOT 70107 AT iki DOT fi> Date: Sat, 16 May 2015 21:52:13 +0300 Message-ID: Subject: Re: bad pragma in dir.h? (and our structrure packing) From: "Ozkan Sezer (sezeroz AT gmail DOT com)" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 5/16/15, Andris Pavenis (andris DOT pavenis AT iki DOT fi) wrote: > On 05/16/2015 09:32 AM, Ozkan Sezer (sezeroz AT gmail DOT com) wrote: >> Can someone please add a changelog entry to wc205.txi to describe the >> changes to dir.h with proper formatting etc? I'm not good with texinfo. >> The entry would be something like: >> >> dir.h: fixed a wrong structure packing directive, which was introduced >> in v2.01, that would infect other sources and headers with potentially >> adverse effects. Note: You might want to recomplile your libraries. >> >> > Neither have I. Try looking wc204.txi as there is more stuff in that file > You can use as > examples. > > About descriptions of changes for dir.h: it is worth perhaps to mention that > correctness > of member packing if verified now on use each time by gcc. > > Andris OK, added it myself, and also did a little tidying/spelling fixes in there. -- O.S.