[testsuite] PR90106 Fix cdce3.c testcase
2019-05-20 Christophe Lyon <christophe.lyon@linaro.org> PR tree-optimization/90106 * gcc.dg/cdce3.c: Add hard_float effective target. From-SVN: r271424
This commit is contained in:
parent
664416bc5a
commit
69b7b4960f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-05-20 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
PR tree-optimization/90106
|
||||
* gcc.dg/cdce3.c: Add hard_float effective target.
|
||||
|
||||
2019-05-20 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* gcc.dg/torture/pta-ptrarith-3.c: Relax the matched pattern.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target hard_float } */
|
||||
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -fdump-tree-optimized" } */
|
||||
/* { dg-final { scan-tree-dump "cdce3.c:9: \[^\n\r]* function call is shrink-wrapped into error conditions\." "cdce" } } */
|
||||
/* { dg-final { scan-tree-dump "cdce3.c:10: \[^\n\r]* function call is shrink-wrapped into error conditions\." "cdce" } } */
|
||||
/* { dg-final { scan-tree-dump "sqrtf \\(\[^\n\r]*\\); \\\[tail call\\\]" "optimized" } } */
|
||||
|
||||
float sqrtf (float);
|
||||
|
|
Loading…
Add table
Reference in a new issue