r249446 - in /trunk/libcpp: ChangeLog line-map.c
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Wed Jun 21 10:59:00 GMT 2017
Author: jakub
Date: Wed Jun 21 10:59:12 2017
New Revision: 249446
URL: https://gcc.gnu.org/viewcvs?rev=249446&root=gcc&view=rev
Log:
* 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.
Modified:
trunk/libcpp/ChangeLog
trunk/libcpp/line-map.c
More information about the Gcc-cvs
mailing list