This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249446 - in /trunk/libcpp: ChangeLog line-map.c
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 21 Jun 2017 10:59:12 -0000
- Subject: r249446 - in /trunk/libcpp: ChangeLog line-map.c
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