re PR preprocessor/20348 (File not included when file with same name is included...
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 Aug 2005 06:28:21 +0000 (08:28 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 Aug 2005 06:28:21 +0000 (08:28 +0200)
commitf5eab47e103f6453d4b3f1390c0b855c43aa0210
treeb922d7af91c80fb097921024929e5f478a487d86
parent4dc0796f75c62945c1a8ffbec1ab86875b35a45c
re PR preprocessor/20348 (File not included when file with same name is included before)

PR preprocessor/20348
PR preprocessor/20356
* files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
2004-06-05 changes.

* gcc.dg/cpp/pr20348.c: New test.
* gcc.dg/cpp/pr20348.h: New file.
* gcc.dg/cpp/inc/pr20348.h: New file.
* gcc.dg/cpp/inc/pr20348-aux.h: New file.
* gcc.dg/cpp/pr20356.c: New test.
* gcc.dg/cpp/pr20356.h: New file.
* gcc.dg/cpp/inc/pr20356.h: New file.
* gcc.dg/cpp/inc/pr20356-aux.h: New file.

From-SVN: r103629
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/inc/pr20348-aux.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/inc/pr20348.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/inc/pr20356-aux.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/inc/pr20356.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pr20348.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pr20348.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pr20356.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/pr20356.h [new file with mode: 0644]
libcpp/ChangeLog
libcpp/files.c