From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19358 invoked by alias); 10 Dec 2002 01:12:10 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19218 invoked from network); 10 Dec 2002 01:12:05 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 10 Dec 2002 01:12:05 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18LYwP-0006oE-00 for gcc@gnu.org; Mon, 09 Dec 2002 20:12:05 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18LJEm-0001gp-00 for gcc@gnu.org; Mon, 09 Dec 2002 03:26:03 -0500 Received: from cyclone.for.spb.ru ([195.201.69.16] helo=cyclone.eis.ru) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18LJEl-0001XR-00 for gcc@gnu.org; Mon, 09 Dec 2002 03:26:00 -0500 Received: (qmail 27997 invoked from network); 9 Dec 2002 08:26:02 -0000 Received: from good.for.spb.ru (HELO wild.local.eis.ru) (195.201.69.80) by cyclone.for.spb.ru with SMTP; 9 Dec 2002 08:26:02 -0000 Content-Type: text/plain; charset="us-ascii" From: Dmitry Reply-To: diwil@eis.ru Organization: EIS To: Subject: bit-fields align Date: Mon, 09 Dec 2002 17:46:00 -0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212091122.04095.diwil@eis.ru> X-Spam-Status: No, hits=-1.7 required=5.0 tests=NOSPAM_INC,SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_KMAIL version=2.41 X-Spam-Level: X-SW-Source: 2002-12/txt/msg00492.txt.bz2 HI fellows, In my port all bit-field operations being performed as with 'chars 8 bits'. How to tell to gcc that they should be 16 bits? I defined=20 BIGGEST_FIELD_ALIGNMENT as 16 ADJUST_FIELD_ALIGN(...) as 16 and this does not help. Did I miss something? Thanks. ~d