This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: add SPU -mfixed-range option
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: bje at au1 dot ibm dot com (Ben Elliston)
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 11 Dec 2006 23:28:02 -0500 (EST)
- Subject: Re: PATCH: add SPU -mfixed-range option
> This patch implements -mfixed-range for the SPU.
> Okay for mainline?
>
> 2006-12-12 Sa Liu <saliu@de.ibm.com>
> Ben Elliston <bje@au.ibm.com>
>
> * config/spu/spu.opt (mfixed-range): New option.
> * config/spu/spu.h (spu_fixed_range_string): Declare.
> * config/spu/spu.c (spu_override_options): Handle -mfixed-range.
> (fix_range): New function.
> * doc/invoke.texi (SPU Options): Document -mfixed-range.
Can you add a testcase to test this new option,
for both invalid cases and valid cases.
Otherwise ok.
Thanks,
Andrew Pinski