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 /gcc/c | |
parent | 0587cef3d7962a8b0f44779589ba2920dd3d71e5 (diff) | |
download | gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.zip gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.tar.gz gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 989f293..3aa672b 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2022-07-10 Lewis Hyatt <lhyatt@gmail.com> + + PR preprocessor/97498 + * c-parser.cc (c_parser_pragma): Set input_location to the + location of the pragma, rather than the start of the line. + 2022-07-04 Tobias Burnus <tobias@codesourcery.com> Chung-Lin Tang <cltang@codesourcery.com> Thomas Schwinge <thomas@codesourcery.com> |