aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/resolve
diff options
context:
space:
mode:
authorPatrick Palka <ppalka@redhat.com>2023-10-20 13:36:11 -0400
committerPatrick Palka <ppalka@redhat.com>2023-10-20 13:36:11 -0400
commit5ac53c025e08b4c464b02cfc595e422813023c81 (patch)
tree425eee972091df24ad5cc7d942dec63927f10a82 /gcc/rust/resolve
parent1d9263f292c3efc4e37c3a88117388e86d19b954 (diff)
downloadgcc-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