aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorMartin Sebor <msebor@redhat.com>2017-01-27 02:45:32 +0000
committerMartin Sebor <msebor@gcc.gnu.org>2017-01-26 19:45:32 -0700
commit0fb9ec83c38887a5b1da7376873506ae59b2c60e (patch)
treea9b1d8c981798fe12d8087eaba24062985520177 /gcc/ChangeLog
parentc1c3f4f25d15ab546e8a3f95adb4eb70f15d47bc (diff)
downloadgcc-0fb9ec83c38887a5b1da7376873506ae59b2c60e.zip
gcc-0fb9ec83c38887a5b1da7376873506ae59b2c60e.tar.gz
gcc-0fb9ec83c38887a5b1da7376873506ae59b2c60e.tar.bz2
gimple-ssa-sprintf.c (format_floating): Simplify the computation of precision to avoid preprocessor conditional.
gcc/ChangeLog: * gimple-ssa-sprintf.c (format_floating): Simplify the computation of precision to avoid preprocessor conditional. From-SVN: r244961
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ac9a89f..c625d7b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2017-01-26 Martin Sebor <msebor@redhat.com>
+ * gimple-ssa-sprintf.c (format_floating): Simplify the computation
+ of precision.
+
+2017-01-26 Martin Sebor <msebor@redhat.com>
+
* gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
HAVE_DFmode before using XFmode or DFmode.
(parse_directive): Avoid using the z length modifier to avoid