summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-21 10:59:12 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-21 10:59:12 +0000
commitc0de8f194f7f4c966783078f688ba76ceed79ff3 (patch)
treecf6543870e2daf6ed7988acd197536ef1d848eb1 /libcpp/ChangeLog
parent23a7b91ba16742fbda2637f6fcbd156cc7fc54ab (diff)
downloadgcc-c0de8f194f7f4c966783078f688ba76ceed79ff3.tar.gz
* line-map.c (location_adhoc_data_update): Perform addition in
uintptr_t type rather than char * type. Read *data using ptrdiff_t type instead of int64_t. (get_combined_adhoc_loc): Change offset type to ptrdiff_t from int64_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249446 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 9665f6e16c9..526b8023b38 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+2017-06-21 Jakub Jelinek <jakub@redhat.com>
+
+ * line-map.c (location_adhoc_data_update): Perform addition in
+ uintptr_t type rather than char * type. Read *data using
+ ptrdiff_t type instead of int64_t.
+ (get_combined_adhoc_loc): Change offset type to ptrdiff_t from
+ int64_t.
+
2017-06-20 David Malcolm <dmalcolm@redhat.com>
* include/line-map.h (class rich_location): Document that attempts