]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR preprocessor/15933 (Caching of include files breaks compilation)
authorZack Weinberg <zack@codesourcery.com>
Sat, 26 Jun 2004 17:39:40 +0000 (17:39 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 26 Jun 2004 17:39:40 +0000 (17:39 +0000)
commite83d8d43fe73ecb1d07b359ab7575dce9e94587c
treecafc671d99ae6f5359167bf98eee54375a7ba567
parentddc9ce91157ab23b35e1127c695feb5889f3ff53
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
libcpp/ChangeLog
libcpp/files.c