rtlil: represent Const strings as std::string #979
Annotations
10 errors and 6 warnings
kernel/mem.h#L258
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/mem.h#L258
expected ‘;’ before ‘begin’
|
kernel/mem.h#L258
no match for ‘operator+’ (operand types are ‘Yosys::MemContents::iterator’ and ‘size_t’ {aka ‘long unsigned int’})
|
kernel/mem.cc#L1705
lvalue required as left operand of assignment
|
kernel/mem.cc#L1851
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/mem.cc#L1859
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/mem.cc#L1868
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/mem.cc#L1886
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/mem.cc#L1886
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/mem.cc#L1892
invalid use of member function ‘std::vector<Yosys::RTLIL::State>& Yosys::RTLIL::Const::bits()’ (did you forget the ‘()’ ?)
|
kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
This job failed
Loading