diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-02 00:18:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-02 00:18:18 +0000 |
commit | e2554540460add5357aeadbe99fb709aebbb415a (patch) | |
tree | f988667e8bc91d85e679b0f57c6726760468c211 /gcc/c-family | |
parent | 8efcdbf59bfed2b888db7def16c7641f26927260 (diff) | |
download | gcc-e2554540460add5357aeadbe99fb709aebbb415a.zip gcc-e2554540460add5357aeadbe99fb709aebbb415a.tar.gz gcc-e2554540460add5357aeadbe99fb709aebbb415a.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 9bce014..6741eb5 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,10 @@ +2024-02-01 Lewis Hyatt <lhyatt@gmail.com> + + PR preprocessor/105608 + * c-pch.cc (c_common_read_pch): Adjust line map so that libcpp + assigns a location to restored macros which is the same location + that triggered the PCH include. + 2024-01-31 Marek Polacek <polacek@redhat.com> * c-opts.cc (c_common_post_options): Add an inform saying that |