This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in hfa_element_mode for IA64
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 31 Mar 02 17:42:25 EST
- Subject: Re: Problem in hfa_element_mode for IA64
> But Arr1 is SImode since layout_type sets its mode to an integer mode.
This seems weird.
Why? We do it for records.
Suppose we have an array of two chars with alignment of two bytes. Shouldn't
it be HImode?