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=RxtYJqPYZgO3oM2bfTan41mo/zV5QnCnPmKZWR0ao9I=; b=HPVQEZil10tdxLyYzd1saJcDgMCmI1/dzWbLj7g5HTER330LQ/8XMwaMG4jf8MGElm fMcBjoaDynQV2nflgLwH7JuY6EgVtlQ83eKZ/FDR/HHAHWuQo5q+89yjU1y7ekNf/lLk zh9e1EdkN1hYKyfTPsUpkHl8XtI5FWp5EHZJudAb4WMIzF2RCAqlne+k2hYT5IoTWgnv Ts7Ar4YbSYmEhhKOEOCdXuujXIvkcD9ORaSFdbD8b4NPdaTjFc1cY34cnDvcCX8a/gkk rXA59P+rHzobaNEZGS8fN0MHVMRtK1rGn1pk1cvA3MjEA2mBuOmeJ2n62bQ25CuMhPCQ qJ6Q== MIME-Version: 1.0 X-Received: by 10.42.102.142 with SMTP id i14mr25016644ico.90.1431757535504; Fri, 15 May 2015 23:25:35 -0700 (PDT) In-Reply-To: References: <83k2wcjt8e DOT fsf AT gnu DOT org> <83bnhojnwh DOT fsf AT gnu DOT org> <838ucsjnbl DOT fsf AT gnu DOT org> <83vbfvi3t1 DOT fsf AT gnu DOT org> <5554DF05 DOT 7020707 AT iki DOT fi> <55556DFF DOT 8020400 AT iki DOT fi> <831tiii8vj DOT fsf AT gnu DOT org> <83y4kqgq6s DOT fsf AT gnu DOT org> Date: Sat, 16 May 2015 09:25:35 +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/15/15, Ozkan Sezer wrote: [...] > One thing remains: IMO, we should either use pack pragmas or the > pack attribute, not both. My first instinct is that we remove the only > appearance of the pack pragma from dir.h: this way the headers > are compatible with gcc 2.91.66 (egcs, oldest I can test with). Can > not test or know compatibility with any older gcc version. > > Or: we can remove the packed attributes and use only the pragmas. > > Comments? Got no response, so I just went ahead and removed the pragma from dir.h. We are now only using pack attributes. -- O.S.