[ARM][PATCH] Fix failing poly64 tests on ARM

Tamar Christina Tamar.Christina@arm.com
Mon Dec 5 10:54:00 GMT 2016


Hi All,

This patch fixes test failures on arm-none-eabi.
Poly64 was being used by files that were not supposed
to be testing poly64 types.

I have added a new MACRO that must be defined in addition
to having CRYPTO available before use of Poly64 types are
allowed in the header arm-neon-ref.h.

Ok for trunk?

gcc/testsuite/
2016-12-01  Tamar Christina  <tamar.christina@arm.com>

	* gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h: Gate use of Poly64 on USE_CRYPTO_TYPES.
	* gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: Define USE_CRYPTO_TYPES.
	* gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: Likewise.
	* gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: Likewise.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-fix-poly64-arm.patch
Type: text/x-patch
Size: 5735 bytes
Desc: patch-fix-poly64-arm.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161205/a499fbce/attachment.bin>


More information about the Gcc-patches mailing list