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

Fix rust breakage with nr2 #3266

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

P-E-P
Copy link
Member

@P-E-P P-E-P commented Nov 25, 2024

Nr2 did not emit the correct error message for break identifier "rust".

@P-E-P P-E-P changed the title Fix rust breakage with nr2 Draft: Fix rust breakage with nr2 Nov 25, 2024
@P-E-P P-E-P marked this pull request as draft November 25, 2024 17:40
@P-E-P P-E-P changed the title Draft: Fix rust breakage with nr2 Fix rust breakage with nr2 Nov 25, 2024
Nr2 did not emit the correct error message for break identifier "rust".

gcc/rust/ChangeLog:

	* resolve/rust-late-name-resolver-2.0.cc (Late::visit): Add "rust"
	identifier detection akin to nr1.
	(funny_ice_finalizer): Copy ICE finalizer from nr1.
	* resolve/rust-late-name-resolver-2.0.h: Add funny_error member
	context state.
	* Make-lang.in: Add new translation unit for new ice finalizer.
	* resolve/rust-ast-resolve-expr.cc: Move ice
	finalizer to it's own file.
	* resolve/rust-ice-finalizer.cc: New file.
	* resolve/rust-ice-finalizer.h: New file.

gcc/testsuite/ChangeLog:

	* rust/compile/nr2/exclude: Remove break-rust3.rs from exclude list.

Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant