Skip to content

Fix Bootstrap: UTF8EncoddingError #80934

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

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

etcwilde
Copy link
Contributor

The pass that annotated control-flow positions unreachable after an infinite loop was migrated to pure Swift in PR 79186 (#79186). As a result, the C++-only bootstrap compiler is unable to determine that the code-location is unreachable. Placing a fatalError after the infinite while loop.

Fixes: rdar://149631113

The pass that annotated control-flow positions unreachable after an
infinite loop was migrated to pure Swift in PR 79186
(swiftlang#79186). As a result, the
C++-only bootstrap compiler is unable to determine that the
code-location is unreachable. Placing a fatalError after the infinite
while loop.

Fixes: rdar://149631113
@etcwilde etcwilde requested a review from milseman April 20, 2025 06:42
@etcwilde etcwilde requested a review from a team as a code owner April 20, 2025 06:42
@etcwilde
Copy link
Contributor Author

@swift-ci please test

@etcwilde etcwilde merged commit f0430eb into swiftlang:main Apr 21, 2025
5 checks passed
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.

2 participants