On Mon, Jun 27, 2016 at 11:09 AM, Matthew Wahab <matthew.wa...@foss.arm.com> wrote: > Hello, > > Tests added for FP16 argument and return values being passed in > registers only check the case when the FP16 IEEE format is used. This > patch adds equivalent tests that also check the behaviour when the > ARM Alternative format is used. > > This patch depends on the testsuite directives added for the FP16 aapcs > tests at https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01794.html. > > Tested arm-none-eabi with cross-compiled make check-gcc and > arm-none-linux-gnueabihf with native make check. > > Ok for trunk? > Matthew > > testsuite/ > 2016-06-27 Matthew Wahab <matthew.wa...@arm.com> > > * gcc.target/arm/fp16-aapcs-3.c: New. > * gcc.target/arm/fp16-aapcs-4.c: New. > * gcc.target/arm/aapcs/aapcs/vfp22.c: New. > * gcc.target/arm/aapcs/aapcs/vfp23.c: New. > * gcc.target/arm/aapcs/aapcs/vfp24.c: New. > * gcc.target/arm/aapcs/aapcs/vfp25.c: New.
OK once the pre-reqs are in place. Thanks, Ramana >