[Obvious, ARM Testsuite] mangle-arm-crypto.C needs arm_crypto arguments added
gcc/testsuite/ * g++.dg/abi/mangle-abi-crypto.C: Add crypto options, rather than Neon options. From-SVN: r219758
This commit is contained in:
parent
d486ec105e
commit
35912f1687
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* g++.dg/abi/mangle-abi-crypto.C: Add crypto options, rather
|
||||
than Neon options.
|
||||
|
||||
2014-01-16 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/62276
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
// { dg-do compile }
|
||||
// { dg-require-effective-target arm_crypto_ok }
|
||||
// { dg-add-options arm_neon }
|
||||
// { dg-add-options arm_crypto }
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue