]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: adjust hir dump of BlockExpr
authorMarc Poulhiès <dkm@kataplop.net>
Sat, 21 Sep 2024 08:44:12 +0000 (10:44 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Mon, 23 Sep 2024 09:27:53 +0000 (09:27 +0000)
commit263b1c85419f19094f103ee7ad1eac0346768c46
tree4d1390b0d143e56288a0bf682a61f78a1dc5c109
parent39eb3a44122ece56c88699b6262869910dd8dbcc
gccrs: adjust hir dump of BlockExpr

Add tail_reachable and label fields to the dump.

gcc/rust/ChangeLog:

* hir/rust-hir-dump.cc (Dump::visit): Add missing fields.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
gcc/rust/hir/rust-hir-dump.cc