[Bug libstdc++/115285] [13/14/15 Regression] std::unordered_set can have duplicate value

2024-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285

Andrew Pinski  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=96088

--- Comment #7 from Andrew Pinski  ---
I am suspecting it was
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=2c43f5ec9db163696de8691eb529df06c4999bcc
which caused the issue.

[Bug libstdc++/115285] [13/14/15 Regression] std::unordered_set can have duplicate value

2024-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285

Andrew Pinski  changed:

   What|Removed |Added

   Last reconfirmed||2024-05-30
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

[Bug libstdc++/115285] [13/14/15 Regression] std::unordered_set can have duplicate value

2024-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115285

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||needs-bisection
   Target Milestone|13.4|12.4
Summary|[13/14/15 Regression]   |[13/14/15 Regression]
   |std::unordered_set can have |std::unordered_set can have
   |duplicate values since  |duplicate value
   |r13-1114|

--- Comment #6 from Andrew Pinski  ---
(In reply to Andrew Pinski from comment #2)
> r13-1114-gdc9b92facf87a6

Looks like this just exposed the issue with .insert. See my new testcase which
fails for GCC 12+ .