devel/intel-graphics-compiler: mark BROKEN on -CURRENT
In file included from IGC/GenISAIntrinsics/GenIntrinsics.cpp:28:
In file included from IGC/Compiler/CodeGenPublic.h:43:
In file included from IGC/Compiler/CISACodeGen/helper.h:50:
In file included from IGC/Compiler/MetaDataApi/MetaDataApi.h:31:
In file included from IGC/Compiler/MetaDataApi/MetaDataApiUtils.h:29:
IGC/Compiler/MetaDataApi/MetaDataValue.h:81:20: error: cannot initialize return object of type 'llvm::MDNode *' with an lvalue of type 'llvm::Metadata *'
return m_pNode;
^~~~~~~IGC/Compiler/MetaDataApi/MetaDataValue.h:259:23: error: assigning to 'llvm::Metadata *' from incompatible type 'llvm::Value *'
m_pNode = pNode;
^~~~~IGC/Compiler/MetaDataApi/MetaDataValue.h:269:18: error: no viable overloaded '='
m_id = name; ~~~~ ^ ~~~~
IGC/Compiler/MetaDataApi/MetaDataValue.h:40:11: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'const char *' to 'const IGC::MetaDataValue<std::__1::basic_string<char>, IGC::MDValueTraits<std::string, void> >' for 1st argument
class MetaDataValue
^IGC/Compiler/MetaDataApi/MetaDataValue.h:40:11: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'const char *' to 'IGC::MetaDataValue<std::__1::basic_string<char>, IGC::MDValueTraits<std::string, void> >' for 1st argument
class MetaDataValue
^IGC/Compiler/MetaDataApi/MetaDataValue.h:277:18: error: no viable overloaded '='
m_id = name.c_str(); ~~~~ ^ ~~~~~~~~~~~~
IGC/Compiler/MetaDataApi/MetaDataValue.h:40:11: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'const std::1::basic_string<char, std::1::char_traits<char>, std::1::allocator<char> >::value_type *' (aka 'const char *') to 'const IGC::MetaDataValue<std::1::basic_string<char>, IGC::MDValueTraits<std::string, void> >' for 1st argument
class MetaDataValue
^IGC/Compiler/MetaDataApi/MetaDataValue.h:40:11: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'const std::1::basic_string<char, std::1::char_traits<char>, std::1::allocator<char> >::value_type *' (aka 'const char *') to 'IGC::MetaDataValue<std::1::basic_string<char>, IGC::MDValueTraits<std::string, void> >' for 1st argument
class MetaDataValue
^Reported by: pkg-fallout