aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-11-24 01:12:59 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-11-23 17:12:59 -0800
commit1773438a1b701f62cc01e69b33d29954dab09207 (patch)
tree867d7619ece6d8c3eea88f8b5b842a77abf73968 /libquadmath/ChangeLog
parent4197028d21528346be3908e6d51b2f9185a83b97 (diff)
downloadgcc-1773438a1b701f62cc01e69b33d29954dab09207.zip
gcc-1773438a1b701f62cc01e69b33d29954dab09207.tar.gz
gcc-1773438a1b701f62cc01e69b33d29954dab09207.tar.bz2
Don't pass void to fegetround
PR bootstrap/55455 * quadmath-rounding-mode.h (get_rounding_mode): Don't pass void to fegetround. From-SVN: r193775
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r--libquadmath/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index 6bbe420..365c4bb 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>