)]}'
{
  "commit": "0b1499931d9aad1c040ad5fdbbe8d7cbb5e39e62",
  "tree": "cb6ead9c3721521ee70c077095a91f6ca4dd8b54",
  "parents": [
    "32b5cee6ee996fecc7395d09c86d4d22e083c87d"
  ],
  "author": {
    "name": "Kirill Makurin",
    "email": "maiddaisuki@outlook.com",
    "time": "Tue Jun 16 08:45:21 2026 +0900"
  },
  "committer": {
    "name": "LIU Hao",
    "email": "lh_mouse@126.com",
    "time": "Tue Jun 16 11:35:30 2026 +0800"
  },
  "message": "crt: tests: update t_tls\n\nPreviously, this test would simply print an error message if `tls_value` had\nan unexpected value. Instead, exit with non-zero to signal an error.\n\nWhen compiled with clang++, it was producing the following diagnostic:\n\nmingw-w64/mingw-w64-crt/testcases/t_tls_cpp.cpp:29:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]\n   29 |     HANDLE threads[processors];\n      |                    ^~~~~~~~~~\nmingw-w64/mingw-w64-crt/testcases/t_tls_cpp.cpp:29:20: note: initializer of \u0027processors\u0027 is not a constant expression\nmingw-w64/mingw-w64-crt/testcases/t_tls_cpp.cpp:26:20: note: declared here\n   26 |     const unsigned processors \u003d si.dwNumberOfProcessors;\n      |                    ^\n1 warning generated.\n\nTo avoid this warning, use C++ new/delete operators instead of VLA.\n\nAdd t_tls to testcases/Makefile.am.\n\nSigned-off-by: Kirill Makurin \u003cmaiddaisuki@outlook.com\u003e\nSigned-off-by: LIU Hao \u003clh_mouse@126.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6bf961bb9a2ef72917c1e09d94cf02c6efa5ac1b",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/testcases/Makefile.am",
      "new_id": "232e599d82b0bb26652fcf294f2aa1d89aea9acc",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/testcases/Makefile.am"
    },
    {
      "type": "modify",
      "old_id": "24258198eae3e69dc0cea4c4661e91261523dbb5",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/testcases/t_tls.cpp",
      "new_id": "40e3403f223784dff0dbcac3996e2a7f13b2dfbb",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/testcases/t_tls.cpp"
    }
  ]
}
