forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* real.c (real_nextafter): Return true if result is denormal. * gcc.dg/nextafter-1.c (TEST): Adjust the tests that expect denormals to be returned and when first argument is not 0, so that they don't do anything for NEED_EXC or NEED_ERRNO. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262517 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
jakub
committed
Jul 9, 2018
1 parent
f0fa5a6
commit dd4fe92
Showing
4 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2018-07-09 Jakub Jelinek <[email protected]> | ||
|
||
PR c/86420 | ||
* real.c (real_nextafter): Return true if result is denormal. | ||
|
||
2018-07-09 Martin Liska <[email protected]> | ||
|
||
* common.opt: Add back wrongly removed attribute. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2018-07-09 Jakub Jelinek <[email protected]> | ||
|
||
PR c/86420 | ||
* gcc.dg/nextafter-1.c (TEST): Adjust the tests that expect denormals | ||
to be returned and when first argument is not 0, so that they don't do | ||
anything for NEED_EXC or NEED_ERRNO. | ||
|
||
2018-07-09 Tom de Vries <[email protected]> | ||
|
||
* gcc.dg/guality/asm-1.c: Use relative line numbers where obvious. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters