OSDN Git Service

2009-05-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 May 2009 23:17:55 +0000 (23:17 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 May 2009 23:17:55 +0000 (23:17 +0000)
commit5b500807ca4cdbe01dea639b319b1ef611a6cd17
tree148f0c276cd055d9c2b057991dccf87084ea5216
parenteb3880ea6a8829d5f6e35107dae891eafadbf0a3
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147504 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pr36674.i [new file with mode: 0644]
libcpp/ChangeLog
libcpp/directives.c
libcpp/files.c