Skip to content

cmd/compile: internal compiler error with zero-size types [1.22 backport] #68594

Closed
@gopherbot

Description

@gopherbot

@dr2chase requested issue #65808 to be considered for backport to the next 1.22 minor release.

@gopherbot please consider this for backport to 1.22; it is likely a regression from the expand_calls cleanup.

I tested the backport already, the fix is targeted, low risk, and applies clean.

Activity

added this to the Go1.22.6 milestone on Jul 25, 2024
dr2chase

dr2chase commented on Jul 25, 2024

@dr2chase
Contributor

This IS a regression from 1.21, and does not need to be backported to 1.21 also.

gopherbot

gopherbot commented on Jul 25, 2024

@gopherbot
ContributorAuthor

Change https://go.dev/cl/601195 mentions this issue: [release-branch.go1.22] cmd/compile: add 0-sized-value simplification to copyelim

added a commit that references this issue on Jul 31, 2024
8c8adff
gopherbot

gopherbot commented on Jul 31, 2024

@gopherbot
ContributorAuthor

Closed by merging CL 601195 (commit 8c8adff) to release-branch.go1.22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    CherryPickApprovedUsed during the release process for point releasescompiler/runtimeIssues related to the Go compiler and/or runtime.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mknyszek@dr2chase@gopherbot

        Issue actions

          cmd/compile: internal compiler error with zero-size types [1.22 backport] · Issue #68594 · golang/go