Re: [PATCH 1/2] libstdc++: don't implicit-construct _Yielded_decvref [PR118022]

2024-12-26 Thread Jonathan Wakely
On Thu, 26 Dec 2024, 10:03 Jonathan Wakely, wrote: > > > On Wed, 25 Dec 2024, 01:20 Arsen Arsenović, wrote: > >> Evening! >> >> This patchset includes fixes for two bugs in libstdc++s implementation >> of std::generator, namely PR118196 and PR118022. >> >> There's little to note about these fixe

Re: [PATCH 1/2] libstdc++: don't implicit-construct _Yielded_decvref [PR118022]

2024-12-26 Thread Jonathan Wakely
On Wed, 25 Dec 2024, 01:20 Arsen Arsenović, wrote: > Evening! > > This patchset includes fixes for two bugs in libstdc++s implementation > of std::generator, namely PR118196 and PR118022. > > There's little to note about these fixes. > > Tested on x86_64-pc-linux-gnu via 'make -j17 check' with 's

[PATCH 1/2] libstdc++: don't implicit-construct _Yielded_decvref [PR118022]

2024-12-24 Thread Arsen Arsenović
Evening! This patchset includes fixes for two bugs in libstdc++s implementation of std::generator, namely PR118196 and PR118022. There's little to note about these fixes. Tested on x86_64-pc-linux-gnu via 'make -j17 check' with 'set v3_std_list { 98 11 14 17 20 23 26 }' in the libstdc++ build di