This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/59603] std::random_shuffle tries to swap element with itself


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59603

JÃrg Richter <joerg.richter@pdv-fs.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joerg.richter@pdv-fs.de

--- Comment #2 from JÃrg Richter <joerg.richter@pdv-fs.de> ---
Seems like we have hit this bug too.  It happens not only in debug mode.  We
have a testcase that triggers valgrind errors in non-debug mode while calling
random_shuffle.  I can try to reduce this testcase if it would help.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]