This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: BIGGEST_ALIGNMENT on AIX 32-bit
- From: Robert Dewar <dewar at adacore dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Eric Botcazou <ebotcazou at adacore dot com>, David Edelsohn <dje at watson dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: Sat, 14 Jan 2006 12:32:01 -0500
- Subject: Re: BIGGEST_ALIGNMENT on AIX 32-bit
- References: <200601141705.k0EH5wpw016320@earth.phy.uc.edu>
Andrew Pinski wrote:
Huh? Where is this requirement documented because I don't see it at all
in tm.texi? Also what is Ada using BIGGEST_ALIGNMENT for, that just seems
wrong.
Ada uses BIGGEST_ALIGNMENT as the largest value that can be specified
for alignment
of a type (which seems a reasonable use, no?)
Thanks,
Andrew Pinski