]> git.ipfire.org Git - thirdparty/gcc.git/commit
Values shall be inserted in the value namespace
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 24 Jan 2024 16:00:29 +0000 (17:00 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 26 Mar 2024 17:35:02 +0000 (17:35 +0000)
commit7bd829ea8c469192db1992d55d975dbcde149617
tree77157d81cea3565e24a81da1c689e362112dbe1e
parent82c7199a15109b80fcb9c9b962614d5f4ecb4693
Values shall be inserted in the value namespace

Values were inserted in the label namespace instead of the value
namespace this lead to several bugs.

gcc/rust/ChangeLog:

* resolve/rust-late-name-resolver-2.0.cc (Late::visit): Change the
namespace for values from "label" to "values".

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/resolve/rust-late-name-resolver-2.0.cc