From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6345 invoked by alias); 10 Apr 2003 22:05:30 -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 6330 invoked from network); 10 Apr 2003 22:05:29 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 10 Apr 2003 22:05:29 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.7/8.11.4) with ESMTP id h3AM4DQ103352; Thu, 10 Apr 2003 18:04:13 -0400 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.6/8.11.4) with ESMTP id h3AM4Dl94800; Thu, 10 Apr 2003 18:04:13 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/09-18-2002) with ESMTP id SAA31280; Thu, 10 Apr 2003 18:04:12 -0400 Message-Id: <200304102204.SAA31280@makai.watson.ibm.com> To: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) cc: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: DATA_ALIGNMENT vs. DECL_USER_ALIGNMENT In-Reply-To: Message from kenner@vlsi1.ultra.nyu.edu (Richard Kenner) of "Thu, 10 Apr 2003 18:01:18 EDT." <10304102201.AA03464@vlsi1.ultra.nyu.edu> Date: Thu, 10 Apr 2003 22:23:00 -0000 From: David Edelsohn X-SW-Source: 2003-04/txt/msg00485.txt.bz2 >>>>> Richard Kenner writes: Richard> If only to objects, saying that an object is 1-byte aligned allows Richard> *any* alignment. Yes. 64-bit S/390 requires 2-byte alignment. The alignment can be 2 or anything stricter than 2 for 64-bit S/390. GNU Ada currently is setting USER_ALIGN to 1 for some objects, which is breaking GNU Ada on 64-bit S/390. Richard> But I can't find a macro that specifies an minimum alignment. What is Richard> it called? This would be a new macro, or result of querying an existing macro with a test alignment of 1 byte to examine what modification to that alignment a GCC port currently produces. David