This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING][PATCH][libobjc,rs6000] Fix DDmode ICE on testcase.
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Peter Bergner <bergner at vnet dot ibm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 25 Oct 2007 09:53:38 -0400
- Subject: Re: [PING][PATCH][libobjc,rs6000] Fix DDmode ICE on testcase.
- References: <1191607765.7169.32.camel@otta>
AIX uses natural alignment for the new decimal float types, so
please remove those ABI changes from the patch. In other words,
ADJUST_FIELD_ALIGN and ROUND_TYPE_ALIGN where the alignment depends upon
TARGET_ALIGN_NATURAL. ALIGN_POWER does not change the alignment of
decimal float.
Thanks, David