[arm] Fix gcc.target/arm/pr70278.c
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 18 Jan 2018 14:26:02 +0000 (14:26 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Thu, 18 Jan 2018 14:26:02 +0000 (14:26 +0000)
commit215054684a2cfb50a968ef98b66bb790ec5974b0
tree6ed01757820df646083e89a8e392db6364082f12
parent7365279fca30371b07e49bfa83a23ddc44cc3860
[arm] Fix gcc.target/arm/pr70278.c

This test needs an armv4t Thumb1 target but doesn't add the right effective target checks.
This patch adds them so the test is skipped appropriately on Thumb2 hard-float tarets.

     * gcc.target/arm/pr70278.c: Add effective target checks for armv4t
     and arm_thumb1_ok.

From-SVN: r256848
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr70278.c