diff options
author | Patrick Palka <ppalka@redhat.com> | 2023-10-20 13:36:11 -0400 |
---|---|---|
committer | Patrick Palka <ppalka@redhat.com> | 2023-10-20 13:36:11 -0400 |
commit | 5ac53c025e08b4c464b02cfc595e422813023c81 (patch) | |
tree | 425eee972091df24ad5cc7d942dec63927f10a82 /gcc/rust/resolve | |
parent | 1d9263f292c3efc4e37c3a88117388e86d19b954 (diff) | |
download | gcc-5ac53c025e08b4c464b02cfc595e422813023c81.zip gcc-5ac53c025e08b4c464b02cfc595e422813023c81.tar.gz gcc-5ac53c025e08b4c464b02cfc595e422813023c81.tar.bz2 |
rust: build failure after NON_DEPENDENT_EXPR removal [PR111899]
This patch removes stray NON_DEPENDENT_EXPR checks following the removal
of this tree code from the C++ FE. (Since this restores the build I
supppose it means the Rust FE never creates NON_DEPENDENT_EXPR trees in
the first place, so no further analysis is needed.)
PR rust/111899
gcc/rust/ChangeLog:
* 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.
Diffstat (limited to 'gcc/rust/resolve')
0 files changed, 0 insertions, 0 deletions