]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix canonical path parent resolution
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 11 Mar 2025 13:33:05 +0000 (14:33 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Mon, 17 Mar 2025 10:42:53 +0000 (10:42 +0000)
commitd4a6f6086605826f9e9f632f3b48815e2fafd1d7
tree2c0b2cd5f307e9b9ead1fb8537dccdfc9f483903
parent2c744b13326636a196dd2d7febe3928900078a9d
Fix canonical path parent resolution

The algorithm was comparing using the wrong id, this lead to some
mangling errors as an erroneous parent was selected.

gcc/rust/ChangeLog:

* resolve/rust-forever-stack.hxx: Fix the id comparison.

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