diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-08-30 08:28:21 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2005-08-30 08:28:21 +0200 |
commit | f5eab47e103f6453d4b3f1390c0b855c43aa0210 (patch) | |
tree | b922d7af91c80fb097921024929e5f478a487d86 /libcpp/ChangeLog | |
parent | 4dc0796f75c62945c1a8ffbec1ab86875b35a45c (diff) | |
download | gcc-f5eab47e103f6453d4b3f1390c0b855c43aa0210.zip gcc-f5eab47e103f6453d4b3f1390c0b855c43aa0210.tar.gz gcc-f5eab47e103f6453d4b3f1390c0b855c43aa0210.tar.bz2 |
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
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 74b9308..1b62fcc 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2005-08-30 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/20348 + PR preprocessor/20356 + * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and + 2004-06-05 changes. + 2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.ac (ACX_PROG_CC_WARNING_OPTS): add |