https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285
--- Comment #15 from frs.dumont at gmail dot com ---
On 05/11/2024 18:18, redi at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285
>
> --- Comment #14 from Jonathan Wakely ---
> We're assuming t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276
--- Comment #9 from frs.dumont at gmail dot com ---
Here is the reason of the
20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc FAIL.
Maybe it fixes some other tests too, I need to run all of them.
libstdc++: Do not forward
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111050
--- Comment #9 from frs.dumont at gmail dot com ---
To be honest before that report I thought that preserving abi was just a
matter of preserving memory layout of types. I had no idea that member
methods mattered !
Lesson learned.
On 11/09
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075
--- Comment #47 from frs.dumont at gmail dot com 2012-11-08 21:19:05 UTC ---
On 11/08/2012 03:25 AM, Paolo Carlini wrote:
> On 11/08/2012 02:56 AM, Paolo Carlini wrote:
>> On the other hand, the old-old code for rehash d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075
--- Comment #46 from frs.dumont at gmail dot com 2012-11-08 20:21:15 UTC ---
Attached patch applied to trunk and 4.7 branch.
2012-11-08 François Dumont
PR libstdc++/54075
* include/bits/hashtable.h (_Hashtable<>::rehash):
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075
--- Comment #40 from frs.dumont at gmail dot com 2012-11-07 22:02:56 UTC ---
Here is the patch to fix the redundant rehash/reserve issue.
2012-11-07 François Dumont
PR libstdc++/54075
* include/bits/hashtable.h (_Hashtable