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

https://gcc.gnu.org/g:8ff035ddc55079161d24941785114aa0f5056260

commit 8ff035ddc55079161d24941785114aa0f5056260
Merge: 9b1ba11b0b2 d1069815fa6
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Fri Sep 30 15:02:32 2022 +0000

    Merge #1551
    
    1551: Add catch for recusive type queries r=philberty a=philberty
    
    When we have a type query where by generic substitution occurs we can hit the case where we need to Probe the bounds of the substited item to determine whether the the bounds are compatible this can cause us to end up querying the same type recursively.
    
    Fixes #1550
    
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/typecheck/rust-hir-type-check-base.cc | 10 ++++++++++
 gcc/rust/typecheck/rust-hir-type-check.h       | 12 ++++++++++++
 gcc/rust/typecheck/rust-tyty-bounds.cc         |  5 +++--
 3 files changed, 25 insertions(+), 2 deletions(-)

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

only message in thread, other threads:[~2022-10-05 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 19:45 [gcc/devel/rust/master] Merge #1551 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).