cmd/compile: inconsistent output when building with gcflag -json, "inlineCall" missing #40585
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expect to see the same amount of entries when running with
-m -m
and-json
. In this example a json entry for./main.go:4:11: inlining call to fn func() { }
.For reference,
go1.14.6
includes all three entries:What did you see instead?
main.go:4:11
entry missing.The text was updated successfully, but these errors were encountered: