This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] rs6000_macro_to_expand fix
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: David Edelsohn <edelsohn at gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 Mar 2009 13:49:07 +1100
- Subject: Re: [PATCH] rs6000_macro_to_expand fix
- References: <20090327110026.GQ4831@tyan-ft48-01.lab.bos.redhat.com>
On Fri, 2009-03-27 at 12:00 +0100, Jakub Jelinek wrote:
> * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If macro
> following vector keyword has expansion starting with pixel or bool
> keyword, expand vector to __vector and pixel or bool to __pixel or
> __bool.
This looks OK to me. Thanks,
Ben