https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225838
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] Assignee|[email protected] |[email protected] |rg | --- Comment #2 from Dimitry Andric <[email protected]> --- I can reproduce the error, and found that upstream's https://reviews.llvm.org/rL212119 fixes it, however this is a commit that is difficult to backport to clang 3.4.1 (it uses C++11 and is from quite a bit post the upstream 3.5 version), not to mention that it is likely pretty risky. As an "easy solution" I would recommend to make the port depend on, and use, a newer version of clang, 3.8 or higher should do. Might as well take clang 5.0 since that is used quite a lot in the ports tree already. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
