aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tanhbysinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/tanhbysinh.c')
-rw-r--r--gcc/testsuite/gcc.dg/tanhbysinh.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.dg/tanhbysinh.c b/gcc/testsuite/gcc.dg/tanhbysinh.c
index 9dbe133..74fdd52 100644
--- a/gcc/testsuite/gcc.dg/tanhbysinh.c
+++ b/gcc/testsuite/gcc.dg/tanhbysinh.c
@@ -30,12 +30,12 @@ tanhbysinhl_ (long double x)
/* There must be no calls to sinh or atanh */
/* There must be calls to cosh */
-/* {dg-final { scan-tree-dump-not "sinh " "optimized" } } */
-/* {dg-final { scan-tree-dump-not "tanh " "optimized" }} */
-/* {dg-final { scan-tree-dump-not "sinhf " "optimized" } } */
-/* {dg-final { scan-tree-dump-not "tanhf " "optimized" }} */
-/* {dg-final { scan-tree-dump-not "sinhl " "optimized" } } */
-/* {dg-final { scan-tree-dump-not "tanhl " "optimized" }} */
+/* { dg-final { scan-tree-dump-not "sinh " "optimized" } } */
+/* { dg-final { scan-tree-dump-not "tanh " "optimized" } } */
+/* { dg-final { scan-tree-dump-not "sinhf " "optimized" } } */
+/* { dg-final { scan-tree-dump-not "tanhf " "optimized" } } */
+/* { dg-final { scan-tree-dump-not "sinhl " "optimized" } } */
+/* { dg-final { scan-tree-dump-not "tanhl " "optimized" } } */
/* { dg-final { scan-tree-dump "cosh " "optimized" } } */
/* { dg-final { scan-tree-dump "coshf " "optimized" } } */
/* { dg-final { scan-tree-dump "coshl " "optimized" } } */