]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR preprocessor/60400 (ICE with trigraphs)
authorJakub Jelinek <jakub@redhat.com>
Thu, 6 Mar 2014 07:53:17 +0000 (08:53 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 6 Mar 2014 07:53:17 +0000 (08:53 +0100)
commit19bb844581fc8ee3d965364e70a97bce1bd93b54
treedc282de578492a398df6ed01f4cb764e7a9d27aa
parent4434ef214857d58c90fe892ec80a6e148cb6d622
re PR preprocessor/60400 (ICE with trigraphs)

PR preprocessor/60400
Backport from mainline
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.

2014-03-03  Jakub Jelinek  <jakub@redhat.com>

PR preprocessor/60400
* c-c++-common/cpp/pr60400.c: New test.
* c-c++-common/cpp/pr60400-1.h: New file.
* c-c++-common/cpp/pr60400-2.h: New file.

From-SVN: r208362
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cpp/pr60400-1.h [new file with mode: 0644]
gcc/testsuite/c-c++-common/cpp/pr60400-2.h [new file with mode: 0644]
gcc/testsuite/c-c++-common/cpp/pr60400.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/files.c