https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89383
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Mon Feb 18 09:46:19 2019 New Revision: 268981 URL: https://gcc.gnu.org/viewcvs?rev=268981&root=gcc&view=rev Log: Use 1UL constant in order to not overflow (PR c++/89383). 2019-02-18 Martin Liska <mli...@suse.cz> PR c++/89383 * line-map.c (linemap_line_start): Use 1UL in order to not overflow. Modified: trunk/libcpp/ChangeLog trunk/libcpp/line-map.c