PR preprocessor/20348
commit56845aa62251e7feef59991e0aa96e085557470b
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Aug 2005 06:28:21 +0000 (30 06:28 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Aug 2005 06:28:21 +0000 (30 06:28 +0000)
treeb922d7af91c80fb097921024929e5f478a487d86
parente47ef3bd70b8c05d5fc1b92d1b24cf7e3075835b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103629 138bc75d-0d04-0410-961f-82ee72b054a4
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