This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]