aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 4b15c89..1a5ff99 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+2023-09-20 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR preprocessor/61474
+ * files.cc (_cpp_find_file): Set DONT_READ to TRUE for fake
+ include files.
+ (_cpp_fake_include): Pass a unique cpp_dir* address so
+ the fake file will not be found when looked up for real.
+
2023-09-19 Ben Boeckel <ben.boeckel@kitware.com>
* include/cpplib.h: Add cpp_fdeps_format enum.