Files
bdwgc-rust/vendor
dependabot[bot] 1901b3a3f8 chore(deps): Bump vendor/bdwgc from b238dfd to 3d1095e (#555)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `b238dfd` to
`3d1095e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3d1095eedc7fa332f24c293a9d5aa1fd0e25f1c6"><code>3d1095e</code></a>
Eliminate 'condition always true' MSVC warning in
win32_unprotect_thread</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6933e5cf2bf5c49df11037eb5295f1f942baabd5"><code>6933e5c</code></a>
Suppress MSVC code defect FP about uninitialized GC_marker_cv</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/cf1f9e25e20023a91a9ba8baf4c31b6744301e3f"><code>cf1f9e2</code></a>
GH Actions: Add cmake build with MSVC code analyzer</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/066c98ac0cfebe7b00ea11f1922b27c9d565f1cb"><code>066c98a</code></a>
Workaround MSVC code defect FP in GC_print_all_errors</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a359320a248b68e164ab02ac1ec0a0d54111567c"><code>a359320</code></a>
Workaround 'condition always true' MSVC warning in
thread_is_registered</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/62d8adac4fc9ae4005489829be132bc349579c2c"><code>62d8ada</code></a>
Suppress MSVC code defect FP about MEM_DECOMMIT in
block_unmap_inner</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/68e8a0075e15978ba823cde44321c22c67e11980"><code>68e8a00</code></a>
Workaround MSVC code defect FP in GC_merge_unmapped</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/742ac1c98184f7925f918b226c775d69352ca3ef"><code>742ac1c</code></a>
Eliminate MSVC code defect of missing annotation for operator new</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ef740f0987167200c537a61ceb5753ffdff09925"><code>ef740f0</code></a>
Workaround MSVC type_str array overrun FP in disclaim_bench</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/53d971e060003947a87fa8876cdf2d9011e1baa1"><code>53d971e</code></a>
Place type_str[] of disclaim_bench to read-only section</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/b238dfdc2af7bf8e511c2b0cc72279a2f596f3b1...3d1095eedc7fa332f24c293a9d5aa1fd0e25f1c6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-12 23:08:12 +00:00
..