From 0fb9ec83c38887a5b1da7376873506ae59b2c60e Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Fri, 27 Jan 2017 02:45:32 +0000 Subject: 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ChangeLog') 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 + * gimple-ssa-sprintf.c (format_floating): Simplify the computation + of precision. + +2017-01-26 Martin Sebor + * 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 -- cgit v1.1