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

            Bug ID: 92679
           Summary: Test case with failing unordered_map search when key
                    is type_index
           Product: gcc
           Version: 9.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marcello.m at yahoo dot com
  Target Milestone: ---

Hello,

Attached files are from gcc 9.1.0 but I've tested earlier and later versions
using https://godbolt.org/ with the same results.

Expected output:
1
1.000000
STRING
VECTOR

Actual output from 7.1 to 8.3:
VECTOR
VECTOR
VECTOR
VECTOR

Actual output from 9.1 and later:
Segmentation fault

Regards.

Reply via email to