You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but llvm-flang has build errors when built with gcc 7.5.0 (causing problems with builds on SLES 15)
Error seen:
llvm-project/flang/include/flang/Common/enum-class.h: In static member function 'static std::string_view Fortran::parser::DefinedOperator::EnumToString(Fortran::parser::DefinedOperator::IntrinsicOperator)':
llvm-project/flang/include/flang/Parser/parse-tree.h:597:3: in constexpr expansion of 'Fortran::common::EnumNames<17>(((const char*)(& vaArgs)))'
llvm-project/flang/include/flang/Common/enum-class.h:51:16: error: '(((const char*)(& vaArgs)) == 0)' is not a constant expression
} else if (!start) {
^~~~~~