Skip to content
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

cmd/compile: expand_calls cleanup causes compile failure #63490

Closed
dr2chase opened this issue Oct 10, 2023 · 1 comment
Closed

cmd/compile: expand_calls cleanup causes compile failure #63490

dr2chase opened this issue Oct 10, 2023 · 1 comment
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.

Comments

@dr2chase
Copy link
Contributor

What version of Go are you using (go version)?

$ go version
go version devel go1.22-bf876fbf44 Fri Oct 6 17:09:13 2023 -0400 darwin/amd64

(i.e., near tip on 2023-10-10)

Does this issue reproduce with the latest release?

No

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

What did you do?

  git clone https://github.com/hashicorp/terraform-provider-azurerm
  cd terraform-provider-azurerm
  cd internal/
  cd services
  cd policy
  go test -c .

What did you expect to see?

Not a compiler crash

What did you see instead?

A compiler crash:

# github.com/hashicorp/terraform-provider-azurerm/internal/services/policy
./assignment_subscription_resource.go:46:2: internal compiler error: 'SubscriptionAssignmentResource.Create': not lowered: v6, StructMake0 STRUCT
etc
@dr2chase dr2chase self-assigned this Oct 10, 2023
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Oct 10, 2023
@cuonglm
Copy link
Member

cuonglm commented Oct 10, 2023

Duplicated of #63433

@cuonglm cuonglm closed this as completed Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
None yet
Development

No branches or pull requests

3 participants