Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gccrs: simplify matching possible candidates #2550

Merged
merged 1 commit into from
Aug 12, 2023
Merged

Conversation

philberty
Copy link
Member

We do extra checking after the fact here to ensure its a valid candidate and in the case there is only one candidate lets just go for it.

Addresses #1895

gcc/rust/ChangeLog:

* backend/rust-compile-base.cc (HIRCompileBase::resolve_method_address): use the single candidate

We do extra checking after the fact here to ensure its a valid candidate
and in the case there is only one candidate lets just go for it.

Addresses #1895

gcc/rust/ChangeLog:

	* backend/rust-compile-base.cc (HIRCompileBase::resolve_method_address):
	use the single candidate

Signed-off-by: Philip Herron <[email protected]>
@philberty philberty added the bug label Aug 12, 2023
@philberty philberty added this to the GCC 14 Stage 3 milestone Aug 12, 2023
@philberty philberty self-assigned this Aug 12, 2023
@philberty philberty added this pull request to the merge queue Aug 12, 2023
Merged via the queue into master with commit 1d52917 Aug 12, 2023
@philberty philberty deleted the phil/method-code-gen branch September 17, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant