aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 847db36..8bbd1ac 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,18 @@
+2023-06-15 Marek Polacek <polacek@redhat.com>
+
+ * configure.ac (--enable-host-shared): Don't set PICFLAG here.
+ (--enable-host-pie): New check. Set PICFLAG after this check.
+ * configure: Regenerate.
+
+2023-06-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/80753
+ * files.cc (struct _cpp_file): Add deferred_error bitfield.
+ (_cpp_find_file): When finding a file in cache with deferred_error
+ set in _cpp_FFK_NORMAL mode, call open_file_failed and clear the flag.
+ Set deferred_error in _cpp_FFK_HAS_INCLUDE mode if open_file_failed
+ hasn't been called.
+
2023-04-30 Jeff Law <jlaw@ventanamicro>
Revert: