golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.07k stars 17.55k forks source link

cmd/compile: possible PGO miscompilation in biogo-igor benchmark #69614

Open mknyszek opened 4 hours ago

mknyszek commented 4 hours ago

The biogo-igor benchmark part of Sweet has been failing regularly at tip in the end-to-end test. It specifically fails when being run under PGO.

Broken out from #56958.

mknyszek commented 4 hours ago

CC @golang/compiler

mknyszek commented 4 hours ago

Example failure looks like:

error: piling: record on line 0; parse error on line 1, column 3: strconv.ParseInt: parsing "16243440": value out of range

2024-09-20 15:27 x_benchmarks-gotip-linux-amd64-longtest benchmarks@b8e725b7 go@c208b913 x/benchmarks/sweet/cmd/sweet.TestSweetEndToEnd (log)

gopherbot commented 3 hours ago

Change https://go.dev/cl/615416 mentions this issue: sweet: remove biogo benchmarks from default set