aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-16 00:17:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-16 00:17:18 +0000
commit7ff793415f55fa9a92f348fecb8c75ac8acc8b87 (patch)
tree97107f5fccdc9ab5916791381fae01e73448751d /libcpp
parentb6cb10af12cf869c1ae348c0e5cb2d364ef0abce (diff)
downloadgcc-7ff793415f55fa9a92f348fecb8c75ac8acc8b87.zip
gcc-7ff793415f55fa9a92f348fecb8c75ac8acc8b87.tar.gz
gcc-7ff793415f55fa9a92f348fecb8c75ac8acc8b87.tar.bz2
Daily bump.
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: