diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-24 01:12:59 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-24 01:12:59 +0000 |
commit | 406bed1782f840173c5e8d696dcaac7d2fdf9789 (patch) | |
tree | 867d7619ece6d8c3eea88f8b5b842a77abf73968 /libquadmath/ChangeLog | |
parent | 5ab901e471d36a4ec3119d084df7874b65d8cd9c (diff) | |
download | gcc-406bed1782f840173c5e8d696dcaac7d2fdf9789.tar.gz |
Don't pass void to fegetround
PR bootstrap/55455
* quadmath-rounding-mode.h (get_rounding_mode): Don't pass
void to fegetround.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193775 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r-- | libquadmath/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 6bbe420b9fe..365c4bb0d55 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,9 @@ +2012-11-23 H.J. Lu <hongjiu.lu@intel.com> + + PR bootstrap/55455 + * quadmath-rounding-mode.h (get_rounding_mode): Don't pass + void to fegetround. + 2012-11-23 Tobias Burnus <burnus@net-b.de> Joseph Myers <joseph@codesourcery.com> |