aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-12-14 12:01:17 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-12-14 12:01:17 +0100
commitaa215959c5f6c6ec2e877d976f305eb8c9e08f2c (patch)
tree43598faf2cd837cd2eac5bdcc2a1bd2d9092b792 /gcc/ChangeLog
parent8332c5ee8c5f3bf91eb97666793e9589f2578a05 (diff)
downloadgcc-aa215959c5f6c6ec2e877d976f305eb8c9e08f2c.zip
gcc-aa215959c5f6c6ec2e877d976f305eb8c9e08f2c.tar.gz
gcc-aa215959c5f6c6ec2e877d976f305eb8c9e08f2c.tar.bz2
re PR tree-optimization/83198 (ICE in format_floating, at gimple-ssa-sprintf.c:1900)
PR tree-optimization/83198 * gimple-ssa-sprintf.c (format_floating): Set type solely based on dir.modifier, regardless of TREE_TYPE (arg). Assume non-REAL_CST value if arg is a REAL_CST with incompatible type. * gcc.dg/pr83198.c: New test. * gcc.dg/tree-ssa/pr83198.c: New test. From-SVN: r255626
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e33b45f..f4b61eb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2017-12-14 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/83198
+ * gimple-ssa-sprintf.c (format_floating): Set type solely based on
+ dir.modifier, regardless of TREE_TYPE (arg). Assume non-REAL_CST
+ value if arg is a REAL_CST with incompatible type.
+
2017-12-14 Sudakshina Das <sudi.das@arm.com>
Bin Cheng <bin.cheng@arm.com>