https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90277

            Bug ID: 90277
           Summary: Debug Mode test failures
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
                CC: fdumont at gcc dot gnu.org
  Target Milestone: ---

I think these tests started to fail because of the PR 89608 changes:

FAIL: 23_containers/unordered_multimap/insert/24061-multimap.cc execution test
FAIL: 23_containers/unordered_multimap/insert/hint.cc execution test
FAIL: 23_containers/unordered_multiset/insert/24061-multiset.cc execution test

Presumably they're relying on properties of our unordered containers which are
not guaranteed by the standard (and so fail in debug mode, which is stricter).

Reply via email to