This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] Fix bit/byte unit thinko in is_aliasing_offset
On Fri, Oct 10, 2003 at 02:41:34PM +0200, Olivier Hainque wrote:
> How should we ensure ALIGNMENT is large enough and still not too large on
> various targets ?
We'd have to check where it's being allocated. It's easy to support
this alignment for TREE_STATIC variables, at least for ELF. For
variables on the stack we should be limited to STACK_BOUNDARY or
PREFERRED_STACK_BOUNDARY.
r~