cmd/compile: inline message not right #54159
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
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?
build this program with
gcflags="-m=2"
,you will get these two conflict message:What did you expect to see?
Expect message 2 ("cannot inline run.func1: recursive") not to be shown.
What did you see instead?
Message 2("cannot inline run.func1: recursive") is printed.
The text was updated successfully, but these errors were encountered: