diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-21 17:08:27 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-21 17:08:27 +0000 |
commit | 0b7f838f424378c4813af7042b8be1a1a5201855 (patch) | |
tree | b15d8e7557f1913eb0160b3519aa2094cc02bc47 /libcpp/ChangeLog | |
parent | dea55b965e6d9797591ae1cf17a71c92d691cb1c (diff) | |
download | ppe42-gcc-0b7f838f424378c4813af7042b8be1a1a5201855.tar.gz ppe42-gcc-0b7f838f424378c4813af7042b8be1a1a5201855.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98515 138bc75d-0d04-0410-961f-82ee72b054a4
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 7050d65189e..1a8fccf5ce1 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 |