mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
22744314a2
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `af374f9` to `302592e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/302592e2c1a0ce5283605cddf51cc11090c8879c"><code>302592e</code></a> Minimize code duplication in main() of gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/cb492129d4fe74a04e3b7459114bf3e724d33177"><code>cb49212</code></a> Test world stop while other thread in deep recursion in gctest (Win32)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3503e25567f10cde310527703277be176afbdc19"><code>3503e25</code></a> Workaround 'uncontrolled format string' code defect FP in test_vsprintf</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/286665a9740cf6255f95c2830910e10e5fbc694a"><code>286665a</code></a> Handle all-interior-pointers properly when dynamic mask/shift unset</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ffa07e270679d2d6913e56b5cc61cc03fc9a30eb"><code>ffa07e2</code></a> Remove remaining redundant parentheses for type casts</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/51fc6e19525710741b3dbf0169d1e4c55e779122"><code>51fc6e1</code></a> Add test (dbgfunctest) to cover more 'GC_debug_' functions</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/15b50b5d92b3556f56030d7e6acda03f81171dfc"><code>15b50b5</code></a> Move GC_clear_exclusion_table() call to multi-threaded main() of gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1849a12fb48873cdde67197f07bda8717c13f1f8"><code>1849a12</code></a> Fix GC_use_threads_discovery after implicit GC initialization in gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8afabda57d43ef897718466b64d00b054c348174"><code>8afabda</code></a> Call GC_start_incremental_collection also in multi-threaded gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3d7e60f1626880809d15c6c7ecd77de0da6ad374"><code>3d7e60f</code></a> Fix assertion violation caused by late clear_exclusion_table in gctest</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/af374f921837af641f2f61698ab90767befd8996...302592e2c1a0ce5283605cddf51cc11090c8879c">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>