sdiv_costs_1.c: Disable on softfloat.

2017-06-12  Tamar Christina  <tamar.christina@arm.com>

	* gcc.target/arm/sdiv_costs_1.c: Disable on softfloat.

From-SVN: r249122
This commit is contained in:
Tamar Christina 2017-06-12 12:32:45 +00:00 committed by Tamar Christina
parent a476498c30
commit 6cddb61ca1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
gcc/testsuite/
2017-06-12 Tamar Christina <tamar.christina@arm.com>
* gcc.target/arm/sdiv_costs_1.c: Disable on softfloat.
2017-06-12 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/81003

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O3 -march=armv8-a" } */
/* { dg-require-effective-target arm_hard_vfp_ok } */
/* Both sdiv and udiv can be used here, so prefer udiv. */
int f1 (unsigned char *p)