aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-11 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-11 00:16:25 +0000
commitb53ebbc5417d522b820c269aee0d080bb2b27212 (patch)
tree3ed71d2dccf56874a218d1579d332fa43332d434 /gcc/c
parent0587cef3d7962a8b0f44779589ba2920dd3d71e5 (diff)
downloadgcc-b53ebbc5417d522b820c269aee0d080bb2b27212.zip
gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.tar.gz
gcc-b53ebbc5417d522b820c269aee0d080bb2b27212.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog6
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>