diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-11 00:16:25 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-11 00:16:25 +0000 |
commit | b53ebbc5417d522b820c269aee0d080bb2b27212 (patch) | |
tree | 3ed71d2dccf56874a218d1579d332fa43332d434 /libcpp | |
parent | 0587cef3d7962a8b0f44779589ba2920dd3d71e5 (diff) | |
download | gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.zip gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.tar.gz gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6b883a0..1a211f32 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2022-07-10 Lewis Hyatt <lhyatt@gmail.com> + + PR preprocessor/97498 + * directives.cc (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-07-07 David Malcolm <dmalcolm@redhat.com> * include/line-map.h: Include <utility>. |