-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
race: building with -race fails with linker reference errors #57849
Comments
Does |
What version of gcc are you using? |
Ah yes, that seems to work
|
Do you know whether this works with the 1.19 release? Thanks. |
It doesn't; nearly the same output - I realize this is just a case of holding it wrong, feel free to close unless maybe spilling out linker errors is undesirable
|
Oh, I see. You shouldn't use Closing because this isn't a bug. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes 1.20rc3
What operating system and processor architecture are you using (
go env
)?go env
OutputWhen compiling with
-tags=race,ui
compiler crashes with linker errorsThe text was updated successfully, but these errors were encountered: