diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-10-21 00:17:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-10-21 00:17:36 +0000 |
commit | 6f684dd259a1a8ebd872fab5ce1084887034b0ae (patch) | |
tree | eeb53d0e9ad49932d543bc9ceb24f4e57fbdde85 /gcc/rust | |
parent | e28869670c9879fe7c67caf6cc11af202509ef78 (diff) | |
download | gcc-6f684dd259a1a8ebd872fab5ce1084887034b0ae.zip gcc-6f684dd259a1a8ebd872fab5ce1084887034b0ae.tar.gz gcc-6f684dd259a1a8ebd872fab5ce1084887034b0ae.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/rust')
-rw-r--r-- | gcc/rust/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog index 6c88612..186ff4c 100644 --- a/gcc/rust/ChangeLog +++ b/gcc/rust/ChangeLog @@ -1,3 +1,12 @@ +2023-10-20 Patrick Palka <ppalka@redhat.com> + + PR rust/111899 + * backend/rust-constexpr.cc (potential_constant_expression_1): + Remove NON_DEPENDENT_EXPR handling. + * backend/rust-tree.cc (mark_exp_read): Likewise. + (mark_use): Likewise. + (lvalue_kind): Likewise. + 2023-09-28 Richard Sandiford <richard.sandiford@arm.com> * backend/rust-constexpr.cc (rs_fold_indirect_ref): Remove unused |