Skip to content

Commit

Permalink
sinatan-1.c: Use dg-add-options ieee.
Browse files Browse the repository at this point in the history
	* gcc.dg/sinatan-1.c: Use dg-add-options ieee.

From-SVN: r266963
  • Loading branch information
ubizjak authored and Uros Bizjak committed Dec 10, 2018
1 parent 23d3e2d commit 35b8951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-12-10 Uros Bizjak <[email protected]>

* gcc.dg/sinatan-1.c: Use dg-add-options ieee.

2018-12-10 Steven G. Kargl <[email protected]>

PR fortran/88269
Expand Down
1 change: 1 addition & 0 deletions gcc/testsuite/gcc.dg/sinatan-1.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-Ofast" } */
/* { dg-add-options ieee } */

extern float sinf (float);
extern float cosf (float);
Expand Down

0 comments on commit 35b8951

Please sign in to comment.