diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2009-05-13 23:17:55 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2009-05-13 23:17:55 +0000 |
commit | 00b0c19b4bbfa483925a177ed3e6ce2e1f42444b (patch) | |
tree | 148f0c276cd055d9c2b057991dccf87084ea5216 /libcpp/ChangeLog | |
parent | f06257d36aac7da75b3eaf7d06cf138a303977cb (diff) | |
download | gcc-00b0c19b4bbfa483925a177ed3e6ce2e1f42444b.zip gcc-00b0c19b4bbfa483925a177ed3e6ce2e1f42444b.tar.gz gcc-00b0c19b4bbfa483925a177ed3e6ce2e1f42444b.tar.bz2 |
re PR preprocessor/36674 (#include location is offset by one row in errors from preprocessed files)
2009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
PR cpp/36674
libcpp/
* directives (do_linemarker): Compensate for the increment in
location that occurs when we reach the end of line.
* files (_cpp_stack_include): Mention _cpp_find_file in the
comment.
testsuite/
* gcc.dg/cpp/pr36674.i: New.
From-SVN: r147504
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 4e21b58..36a2fbc 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org> + + PR cpp/36674 + * directives (do_linemarker): Compensate for the increment in + location that occurs when we reach the end of line. + * files (_cpp_stack_include): Mention _cpp_find_file in the + comment. + 2009-05-10 Joseph Myers <joseph@codesourcery.com> * include/cpplib.h (enum cpp_token_fld_kind): Add |