diff options
author | Per Bothner <per@bothner.com> | 2005-04-21 10:08:27 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2005-04-21 10:08:27 -0700 |
commit | c1fc50476ce2f2cf7f376a7824e0e25a803837f6 (patch) | |
tree | b15d8e7557f1913eb0160b3519aa2094cc02bc47 /libcpp/ChangeLog | |
parent | 1c280337076ea8ca822821ea96469fee81dd5f97 (diff) | |
download | gcc-c1fc50476ce2f2cf7f376a7824e0e25a803837f6.zip gcc-c1fc50476ce2f2cf7f376a7824e0e25a803837f6.tar.gz gcc-c1fc50476ce2f2cf7f376a7824e0e25a803837f6.tar.bz2 |
re PR preprocessor/20907 (long comments throw off line numbers)
PR preprocessor/20907
* line-map.c (linemap_line_start): Fix bug when we need to increse
column_bits but can re-use the current line_map.
From-SVN: r98515
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 7050d65..1a8fccf 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2005-04-19 Per Bothner <per@bothner.com> + + PR preprocessor/20907 + * line-map.c (linemap_line_start): Fix bug when we need to increse + column_bits but can re-use the current line_map. + 2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * system.h (fopen, fdopen, freopen): Define these to the unlocked |