[ARM] Fix test fail with conflicting -mfloat-abi
commit0e32449b70d847d800e2ef8a6b433e8efb850b03
authorSudakshina Das <sudi.das@arm.com>
Mon, 22 Jan 2018 10:56:26 +0000 (22 10:56 +0000)
committerSudakshina Das <sudi@gcc.gnu.org>
Mon, 22 Jan 2018 10:56:26 +0000 (22 10:56 +0000)
treee4e52c106ef96a4e9b851394576a5eeea96f7de8
parentdececdaa772723e625f7b1617ad8162982012ba9
[ARM] Fix test fail with conflicting -mfloat-abi

This patch fixes my earlier test case that fails for arm-none-eabi
with explicit user option for -mfloat-abi which conflict with
the test case options. I have added a guard to skip the test
on those cases.

ChangeLog entries:

*** gcc/testsuite/ChangeLog ***

2018-01-22  Sudakshina Das  <sudi.das@arm.com>

* gcc.c-torture/compile/pr82096.c: Add dg-skip-if and
dg-require-effective-target directives.

From-SVN: r256941
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr82096.c