This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] fix ICEs for powerpc-linux-gnuspe configs
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Nathan Froyd <froydnj at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 10 Sep 2009 22:02:56 -0400
- Subject: Re: [PATCH] fix ICEs for powerpc-linux-gnuspe configs
- References: <20090911005122.GT32063@codesourcery.com>
On Thu, Sep 10, 2009 at 8:51 PM, Nathan Froyd <froydnj@codesourcery.com> wrote:
>
> 2009-09-10 ?Nathan Froyd ?<froydnj@codesourcery.com>
>
> ? ? ? ?* config/rs6000/rs6000.h (DATA_ALIGNMENT): Check that we are dealing
> ? ? ? ?with actual SPE/paired vector modes before using 64-bit alignment.
> ? ? ? ?Check that TYPE is a REAL_TYPE for TARGET_E500_DOUBLE.
Okay.
Thanks, David