[Bug 283966] devel/llvm16: compiling on 15-CURRENT fail: integer.h:310:32: error: a template argument list is expected after a name prefixed by the template keyword
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jan 2025 20:26:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283966 Bug ID: 283966 Summary: devel/llvm16: compiling on 15-CURRENT fail: integer.h:310:32: error: a template argument list is expected after a name prefixed by the template keyword Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: brooks@FreeBSD.org Reporter: ohartmann@walstatt.org Assignee: brooks@FreeBSD.org Flags: maintainer-feedback?(brooks@FreeBSD.org) Try to compile port devel/llvm16 on recent CURRENT (FreeBSD 15.0-CURRENT #35 main-n274635-7f8f120439b7: Wed Jan 8 06:33:48 CET 2025), compiling fails due to error shown below: [...] In file included from /usr/ports/devel/llvm16/work-default/llvm-project-16.0.6.src/flang/include/flang/Evaluate/real.h:13: /usr/ports/devel/llvm16/work-default/llvm-project-16.0.6.src/flang/include/flang/Evaluate/integer.h:310:32: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw] 310 | auto back{FROM::template ConvertSigned(result.value)}; -- You are receiving this mail because: You are the assignee for the bug.