]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Fix canonical path parent resolution
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 11 Mar 2025 13:33:05 +0000 (14:33 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 24 Mar 2025 12:07:26 +0000 (13:07 +0100)
commit05c3b5171462b8b6b6652c31eda12ac578c2e6e0
tree7106183e9e79cdb7e4c89ce744ec7b29563c8f68
parent7567357e178090bf549d4d325b74087b260f9169
gccrs: 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