@@ -1,3 +1,8 @@
+2014-01-08 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * lib/target-supports.exp (check_effective_target_arm_crypto_ok):
+ Include arm_neon.h in sample test.
+
2014-01-07 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/ext/is_base_of_incomplete-2.C: New.
@@ -2305,6 +2305,7 @@ proc check_effective_target_arm_unaligned { } {
proc check_effective_target_arm_crypto_ok {} {
if { [check_effective_target_arm32] } {
return [check_no_compiler_messages arm_crypto_ok object {
+ #include <arm_neon.h>
int foo (void)
{
__asm__ volatile ("aese.8 q0, q0");