cmd/compile: data race in compiler with -c=2 building generic function #48191
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
On a race enabled toolchain:
building the Go program below with
-c=2
or higher triggers DATA RACE warnings:The program:
cc @danscales @randall77
The text was updated successfully, but these errors were encountered: