)]}'
{
  "commit": "2a4fbc3f244e575342c48907fbd17faf3333631c",
  "tree": "8e2582786a85eb5d29f69879ee7961585b30b27e",
  "parents": [
    "9c9e880fe150c27e742bfabe9c145feef7e5928f"
  ],
  "author": {
    "name": "Cuong Manh Le",
    "email": "cuong.manhle.vn@gmail.com",
    "time": "Tue Jun 23 00:23:04 2026 +0700"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Tue Jun 23 13:20:49 2026 -0700"
  },
  "message": "cmd/compile: fix invalid code generation for OINDEXMAP\n\nCL 736020 replaced calls to mapaccess1 with mapaccess2*. The main\npurpose is reducing the code duplication in runtime, since they are\nshared the same implementation.\n\nHowever, inside the compiler, OINDEXMAP is used in expression context.\nThus it\u0027s not safe to replace the mapaccess1 by mapaccess2 calls late in\nthe compiler frontend.\n\nUpdates #73196\nFixes #80096\n\nChange-Id: Ia510b947dc362168dacd55b0b57ad875f8a58bcf\nReviewed-on: https://go-review.googlesource.com/c/go/+/793000\nReviewed-by: Cherry Mui \u003ccherryyz@google.com\u003e\nLUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nAuto-Submit: Cuong Manh Le \u003ccuong.manhle.vn@gmail.com\u003e\nReviewed-by: Keith Randall \u003ckhr@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d7ce684e00eb7435b5c5c2074ac5835b87551d2a",
      "old_mode": 33188,
      "old_path": "src/cmd/compile/internal/walk/assign.go",
      "new_id": "6c4c13ef824b826b018a635eef27f6d958f0548a",
      "new_mode": 33188,
      "new_path": "src/cmd/compile/internal/walk/assign.go"
    },
    {
      "type": "modify",
      "old_id": "8d3f96df94cb91ee2f224a9f224689b73f94ceab",
      "old_mode": 33188,
      "old_path": "src/cmd/compile/internal/walk/expr.go",
      "new_id": "296d43f1d92da4461a9527cf53b7810276095afd",
      "new_mode": 33188,
      "new_path": "src/cmd/compile/internal/walk/expr.go"
    },
    {
      "type": "modify",
      "old_id": "6f59d5802cb476c42a0a9cca547188405d0e989a",
      "old_mode": 33188,
      "old_path": "src/cmd/compile/internal/walk/walk.go",
      "new_id": "259649019a414bc8588a93f4ce8b291c0e94e10f",
      "new_mode": 33188,
      "new_path": "src/cmd/compile/internal/walk/walk.go"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "308a2e60f0ceef4b0377c5b11693aff184776a4a",
      "new_mode": 33188,
      "new_path": "test/fixedbugs/issue80096.go"
    }
  ]
}
