This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r218154 - in /branches/gcc-4_9-branch/libcpp: C...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 28 Nov 2014 13:37:13 -0000
- Subject: r218154 - in /branches/gcc-4_9-branch/libcpp: C...
Author: jakub
Date: Fri Nov 28 13:37:13 2014
New Revision: 218154
URL: https://gcc.gnu.org/viewcvs?rev=218154&root=gcc&view=rev
Log:
Backported from mainline
2014-11-25 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/60436
* line-map.c (linemap_line_start): If highest is above 0x60000000
and we are still tracking columns or highest is above 0x70000000,
force add_map.
Modified:
branches/gcc-4_9-branch/libcpp/ChangeLog
branches/gcc-4_9-branch/libcpp/line-map.c