This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C PATCH]: Vector type init
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, zack at codesourcery dot com
- Date: Mon, 4 Aug 2003 21:00:41 -0400
- Subject: Re: [C PATCH]: Vector type init
- References: <3F2D4D0C.8000106@codesourcery.com>
On Sun, Aug 03, 2003 at 06:57:32PM +0100, Nathan Sidwell wrote:
> Aldy,
> Vector init of a float vector from an opaque vector ICE's because the
> modes do not match. I find that vector assignment builds a nop conversion
> in that case. This patch adds such a conversion for initialization too.
>
> tested on a solaris->ppc cross compiler
Oh yeah... Zack will love you if you commit this patch also to:
gcc-3_3-e500-branch
Remember the ChangeLog entry will go in: ChangeLog.e500
Thanks.
Aldy