DATA_ALIGNMENT vs. DECL_USER_ALIGNMENT
David Edelsohn
dje@watson.ibm.com
Fri Apr 11 02:19:00 GMT 2003
>>>>> Richard Henderson writes:
>> But it *isn't* set in Ada!
Richard> Ulrich's experience clearly belies this.
What Kenner means is that the Ada front-end is not setting
DECL_USER_ALIGN itself. It is setting TYPE_USER_ALIGN and the recent
change to stor-layout.c is causing DECL_USER_ALIGN to be set based on
TYPE_USER_ALIGN.
Yes, DECL_USER_ALIGN is set when using Ada, but Ada itself is not
setting it explicitly. You're both right.
David
More information about the Gcc
mailing list