Daily bump.

This commit is contained in:
GCC Administrator
2023-06-16 00:17:18 +00:00
parent b6cb10af12
commit 7ff793415f
16 changed files with 486 additions and 1 deletions

View File

@@ -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: