test build w different compilers #244
Annotations
10 errors and 6 warnings
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L106
‘bit_cast’ is not a member of ‘std’; did you mean ‘bad_cast’?
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L106
expected primary-expression before ‘(’ token
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L106
‘bit_cast’ is not a member of ‘std’; did you mean ‘bad_cast’?
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L106
expected primary-expression before ‘>’ token
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L123
‘bit_cast’ is not a member of ‘std’; did you mean ‘bad_cast’?
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L123
expected primary-expression before ‘(’ token
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L123
‘bit_cast’ is not a member of ‘std’; did you mean ‘bad_cast’?
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L123
expected primary-expression before ‘double’
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L139
‘bit_cast’ is not a member of ‘std’; did you mean ‘bad_cast’?
|
Build yosys-slang:
third_party/slang/source/ast/builtins/ConversionFuncs.cpp#L139
expected primary-expression before ‘(’ token
|
Build Yosys
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build Yosys
‘undef_ce’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build Yosys
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build Yosys
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build Yosys
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<unsigned int>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
|
Build Yosys
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<Minisat::Solver::Watcher>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
|
Loading