public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #847
@ 2022-06-08 11:58 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 11:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0b0deb4ee9d2a4775b76c49dd1708c952406745d

commit 0b0deb4ee9d2a4775b76c49dd1708c952406745d
Merge: 69f6be3ee48 bfb7ef7fc82
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Jan 6 17:01:49 2022 +0000

    Merge #847
    
    847: HIR::ImplBlock items should mangle based from their canonical path's r=philberty a=philberty
    
    Legacy mangling converts the '<', '>' from their canonical paths into '..'
    this means we can simply reuse our normal mangle_item code for all types
    of symbols. So we can now remove the mangle_impl_item code prior to having
    the canonical path code in place.
    
    Fixes #845
    
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/backend/rust-compile-context.h         |  8 ---
 gcc/rust/backend/rust-compile-implitem.h        |  3 +-
 gcc/rust/backend/rust-mangle.cc                 | 68 +------------------------
 gcc/rust/backend/rust-mangle.h                  |  8 ++-
 gcc/testsuite/rust/execute/torture/issue-845.rs | 47 +++++++++++++++++
 5 files changed, 53 insertions(+), 81 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 11:58 [gcc/devel/rust/master] Merge #847 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).