]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add rib kind debug representation
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 27 Feb 2025 11:28:32 +0000 (12:28 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 24 Mar 2025 12:07:13 +0000 (13:07 +0100)
commitf0de6f162374464f9cc15c395cb9e1db50044395
tree1401dafaa381e96dc96e995a9dd364fa9e0ca5c2
parentf9dce5e97dd9a6a3f618ced89f5e05729b0d5fe8
gccrs: Add rib kind debug representation

Rib kind had no string representation, and thus were not used in the
debug string representation.

gcc/rust/ChangeLog:

* resolve/rust-forever-stack.hxx: Output rib kind.
* resolve/rust-rib.h: Add function to get string representation from
a rib kind.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/resolve/rust-forever-stack.hxx
gcc/rust/resolve/rust-rib.h