aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-08-03 00:18:28 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-08-03 00:18:28 +0000
commit10fa11e4e50afde5daeccfa601e600a57acb9195 (patch)
tree368d0ecf8e1a8f83135a3b2856eadc60da7bf0d7 /libcpp/ChangeLog
parentd431d48c4e503c3ff17ccd51e504877f3fc9ce0e (diff)
downloadgcc-10fa11e4e50afde5daeccfa601e600a57acb9195.zip
gcc-10fa11e4e50afde5daeccfa601e600a57acb9195.tar.gz
gcc-10fa11e4e50afde5daeccfa601e600a57acb9195.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index c89d9c8..b7feb1f 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,13 @@
+2022-08-02 Lewis Hyatt <lhyatt@gmail.com>
+
+ Backported from master:
+ 2022-07-10 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR preprocessor/97498
+ * directives.c (destringize_and_run): Override the location of
+ the CPP_PRAGMA token from a _Pragma directive to the location of
+ the expansion point, as is done for the tokens lexed from it.
+
2022-06-15 Jakub Jelinek <jakub@redhat.com>
Backported from master: