From: James Greenhalgh Date: Fri, 16 Jan 2015 17:36:18 +0000 (+0000) Subject: [Obvious, ARM Testsuite] mangle-arm-crypto.C needs arm_crypto arguments added X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35912f168780b1e6c5e42c9ede8feec3bc0e5cd0;p=gcc.git [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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b1d9a47beeb..0edc9bbf1d9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-01-16 James Greenhalgh + + * g++.dg/abi/mangle-abi-crypto.C: Add crypto options, rather + than Neon options. + 2014-01-16 Paolo Carlini PR c++/62276 diff --git a/gcc/testsuite/g++.dg/abi/mangle-arm-crypto.C b/gcc/testsuite/g++.dg/abi/mangle-arm-crypto.C index aae88478356..f3fb1a96601 100644 --- a/gcc/testsuite/g++.dg/abi/mangle-arm-crypto.C +++ b/gcc/testsuite/g++.dg/abi/mangle-arm-crypto.C @@ -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