aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-03-29 00:17:01 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-03-29 00:17:01 +0000
commit579cdc1e44b316166ebfdfbcff14d41101003aec (patch)
treed61c3564cf7692a31991abdf300ce55255f37a98 /gcc/c
parentf4698e9b4d61deac19be9276ac92d827998a9880 (diff)
downloadgcc-579cdc1e44b316166ebfdfbcff14d41101003aec.zip
gcc-579cdc1e44b316166ebfdfbcff14d41101003aec.tar.gz
gcc-579cdc1e44b316166ebfdfbcff14d41101003aec.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 11eca92..f23b3ba 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2023-03-28 David Malcolm <dmalcolm@redhat.com>
+
+ PR c/107002
+ * c-typeck.cc (parser_build_binary_op): Update for new param of
+ check_for_xor_used_as_pow.
+
2023-03-10 Jakub Jelinek <jakub@redhat.com>
PR c/108079