Commit 7df94251 by Giuliano Belinassi Committed by Jeff Law

sinhatanh-2.c: Count the number of functions.

	* gcc.dg/sinhatanh-2.c: Count the number of functions.
	* gcc.dg/sinhatanh-3.c: Likewise.

From-SVN: r270703
parent 6c8dbbfe
2019-04-30 Giuliano Belinassi <giuliano.belinassi@usp.br>
* gcc.dg/sinhatanh-2.c: Count the number of functions.
* gcc.dg/sinhatanh-3.c: Likewise.
2019-04-30 Martin Liska <mliska@suse.cz> 2019-04-30 Martin Liska <mliska@suse.cz>
* gcc.dg/Werror-13.c: Add new tests for it. * gcc.dg/Werror-13.c: Add new tests for it.
......
...@@ -57,12 +57,12 @@ sinatanl_(long double x) ...@@ -57,12 +57,12 @@ sinatanl_(long double x)
} }
/* There should be calls to sinh, cosh and atanh */ /* There should be calls to sinh, cosh and atanh */
/* { dg-final { scan-tree-dump "cosh " "optimized" } } */ /* { dg-final { scan-tree-dump-times "cosh " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "sinh " "optimized" } } */ /* { dg-final { scan-tree-dump-times "sinh " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "atanh " "optimized" } } */ /* { dg-final { scan-tree-dump-times "atanh " "2" "optimized" } } */
/* { dg-final { scan-tree-dump "coshf " "optimized" } } */ /* { dg-final { scan-tree-dump-times "coshf " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "sinhf " "optimized" } } */ /* { dg-final { scan-tree-dump-times "sinhf " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "atanhf " "optimized" } } */ /* { dg-final { scan-tree-dump-times "atanhf " "2" "optimized" } } */
/* { dg-final { scan-tree-dump "coshl " "optimized" } } */ /* { dg-final { scan-tree-dump-times "coshl " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "sinhl " "optimized" } } */ /* { dg-final { scan-tree-dump-times "sinhl " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "atanhl " "optimized" } } */ /* { dg-final { scan-tree-dump-times "atanhl " "2" "optimized" } } */
...@@ -51,12 +51,12 @@ coshatanhl_ (long double x) ...@@ -51,12 +51,12 @@ coshatanhl_ (long double x)
} }
/* There should be calls to sinh, cosh and atanh */ /* There should be calls to sinh, cosh and atanh */
/* { dg-final { scan-tree-dump "cosh " "optimized" } } */ /* { dg-final { scan-tree-dump-times "cosh " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "sinh " "optimized" } } */ /* { dg-final { scan-tree-dump-times "sinh " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "atanh " "optimized" } } */ /* { dg-final { scan-tree-dump-times "atanh " "2" "optimized" } } */
/* { dg-final { scan-tree-dump "coshf " "optimized" } } */ /* { dg-final { scan-tree-dump-times "coshf " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "sinhf " "optimized" } } */ /* { dg-final { scan-tree-dump-times "sinhf " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "atanhf " "optimized" } } */ /* { dg-final { scan-tree-dump-times "atanhf " "2" "optimized" } } */
/* { dg-final { scan-tree-dump "coshl " "optimized" } } */ /* { dg-final { scan-tree-dump-times "coshl " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "sinhl " "optimized" } } */ /* { dg-final { scan-tree-dump-times "sinhl " "1" "optimized" } } */
/* { dg-final { scan-tree-dump "atanhl " "optimized" } } */ /* { dg-final { scan-tree-dump-times "atanhl " "2" "optimized" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment