Bug 279451 - devel/ispc: compilation failed: no template named unordered_map
Summary: devel/ispc: compilation failed: no template named unordered_map
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL: https://github.com/ispc/ispc/issues/2874
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-01 16:32 UTC by bsdbugs_mr
Modified: 2024-06-01 22:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
poudriere build log (40.55 KB, text/plain)
2024-06-01 16:32 UTC, bsdbugs_mr
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bsdbugs_mr 2024-06-01 16:32:40 UTC
Created attachment 251137 [details]
poudriere build log

[00:00:28] /wrkdirs/usr/ports/devel/ispc/work/ispc-1.24.0/src/opt/ImproveMemoryOps.cpp:713:17: error: no template named 'unordered_map' in namespace 'std'
[00:00:28]     static std::unordered_map<std::string, GSInfo> replacementRules = {
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-06-01 22:31:24 UTC
Fixed.

Thanks for reporting this problem!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-01 22:32:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=781f2808f29cf9cfa9a478de44049a901f14e449

commit 781f2808f29cf9cfa9a478de44049a901f14e449
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-01 22:27:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-01 22:31:40 +0000

    devel/ispc: Fix build on 13

    PR:             279451
    Reported by:    bsdbugs_mr@pradmin.ru

 devel/ispc/files/patch-src_opt_ImproveMemoryOps.cpp (new)     | 11 +++++++++++
 devel/ispc/files/patch-src_opt_ReplaceMaskedMemOps.cpp (new)  | 10 ++++++++++
 .../ispc/files/patch-src_opt_ReplacePseudoMemoryOps.cpp (new) | 11 +++++++++++
 3 files changed, 32 insertions(+)