diff options
| author | Zack Weinberg <zack@codesourcery.com> | 2004-06-26 17:39:40 +0000 |
|---|---|---|
| committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-06-26 17:39:40 +0000 |
| commit | e83d8d43fe73ecb1d07b359ab7575dce9e94587c (patch) | |
| tree | cafc671d99ae6f5359167bf98eee54375a7ba567 /libcpp/ChangeLog | |
| parent | ddc9ce91157ab23b35e1127c695feb5889f3ff53 (diff) | |
| download | gcc-e83d8d43fe73ecb1d07b359ab7575dce9e94587c.tar.gz gcc-e83d8d43fe73ecb1d07b359ab7575dce9e94587c.tar.bz2 gcc-e83d8d43fe73ecb1d07b359ab7575dce9e94587c.zip | |
re PR preprocessor/15933 (Caching of include files breaks compilation)
PR 15933
Partially revert patch of 2004-06-05.
* files.c (search_cache): Remove pfile argument. Don't check
for file that would be found by "" or <> search here...
(_cpp_find_file): ...do it here, before calling find_file_in_dir.
Do not apply directory-of-current-file correction to files
found by this check. Rearrange code slightly.
From-SVN: r83714
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 897d4ac0b26..64f88ad854b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,12 @@ +2004-06-26 Zack Weinberg <zack@codesourcery.com> + + Partially revert patch of 2004-06-05. + * files.c (search_cache): Remove pfile argument. Don't check + for file that would be found by "" or <> search here... + (_cpp_find_file): ...do it here, before calling find_file_in_dir. + Do not apply directory-of-current-file correction to files + found by this check. Rearrange code slightly. + 2004-06-21 Geoffrey Keating <geoffk@apple.com> * files.c (should_stack_file): Correct swapped parameters to call |
