[PATCH] D99806: [flang] Address more MSVC build issues with reduction & numeric intrinsics
مهدي شينون (Mehdi Chinoune) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 12:15:44 PDT 2021
MehdiChinoune added a comment.
I get this error:
D:\dev\llvm-project\flang\runtime\reduction.cpp(95): error C2059: syntax error: 'template'
D:\dev\llvm-project\flang\runtime\reduction.cpp(404): note: see reference to function template instantiation 'signed char Fortran::runtime::GetTotalReduction<Fortran::common::TypeCategory::Integer,1,Fortran::runtime::IntegerSumAccumulator<int>>(const Fortran::runtime::Descriptor &,const char *,int,int,const Fortran::runtime::Descriptor *,ACCUMULATOR &&,const char *)' being compiled
with
[
ACCUMULATOR=Fortran::runtime::IntegerSumAccumulator<int>
]
Could you fix it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99806/new/
https://reviews.llvm.org/D99806
More information about the llvm-commits
mailing list