From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C4DB3899066; Fri, 21 Jun 2024 14:49:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C4DB3899066 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718981344; bh=kU7qWz38qlhcdmy4n5vr5T/aZXPMoRg9AgAoaYn5Q48=; h=From:To:Subject:Date:From; b=G6rC0mMAWoWKQnft3fpMNpoTZzvvDLQaAJ+Lk1guudawtK7vMYTUOGJz6PEpXdXkO 5O2O0ji0Gnrtjr8BiQJ23DakMvMYHEuitCa3agAiqy6/vIQ+WRoGWj9T7IB9IVRur6 hSnIJBW2mAVSRUUjaV0BPNOLh6YATzEpKXzwQgp4= From: "martin at lispworks dot com" To: gdb-prs@sourceware.org Subject: [Bug build/31918] New: Error: no template named 'unordered_map' when compiling on FreeBSD 13.2 Date: Fri, 21 Jun 2024 14:49:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: martin at lispworks dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31918 Bug ID: 31918 Summary: Error: no template named 'unordered_map' when compiling on FreeBSD 13.2 Product: gdb Version: HEAD Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: martin at lispworks dot com Target Milestone: --- Created attachment 15590 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15590&action=3Ded= it Patch to include unordered_map header Compiling on FreeBSD 13.2 with the default clang version 14.0.5 and top lev= el configure options --with-python=3D/usr/local/bin/python3.9 gives this error: CXX ada-exp.o ../../binutils-gdb/gdb/ada-exp.y:100:8: error: no template named 'unordered_map' in namespace 'std' std::unordered_map> ~~~~~^ 1 error generated. The attached patch fixes it. --=20 You are receiving this mail because: You are on the CC list for the bug.=