diff options
author | dehao <dehao@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-24 17:31:45 +0000 |
---|---|---|
committer | dehao <dehao@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-24 17:31:45 +0000 |
commit | 5bd48b2e1a99b0c294cf8ce990f02476e7dce931 (patch) | |
tree | 3b9c9611a734feb6674eb7cd7b3c35fb4e916f6f /libcpp/ChangeLog | |
parent | e4812daac49ef178604424347851231c04e28ab7 (diff) | |
download | gcc-5bd48b2e1a99b0c294cf8ce990f02476e7dce931.tar.gz |
2013-06-24 Dehao Chen <dehao@google.com>
* files.c (_cpp_stack_include): Fix the highest_location when header
file is guarded by #ifndef and is included twice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200376 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index da68e5210a9..ca29119c953 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2013-06-24 Dehao Chen <dehao@google.com> + + * files.c (_cpp_stack_include): Fix the highest_location when header + file is guarded by #ifndef and is included twice. + 2013-04-28 Jakub Jelinek <jakub@redhat.com> N3472 binary constants |