Parallel wallace tree #3
Annotations
20 warnings
Build C++11:
kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++11:
kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++11:
kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++11:
kernel/fmt.cc#L837
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++11:
libs/minisat/Vec.h#L103
‘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 C++11:
libs/minisat/Vec.h#L103
‘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]
|
Build C++11:
passes/techmap/booth.cc#L512
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++11:
passes/techmap/booth.cc#L515
variable ‘sb’ set but not used [-Wunused-but-set-variable]
|
Build C++11:
passes/techmap/booth.cc#L548
format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++11:
passes/techmap/booth.cc#L548
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigChunk>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++20:
kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++20:
kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++20:
kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build C++20:
kernel/fmt.cc#L837
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
Build C++20:
libs/minisat/Vec.h#L103
‘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 C++20:
libs/minisat/Vec.h#L103
‘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]
|
Build C++20:
passes/techmap/booth.cc#L512
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++20:
passes/techmap/booth.cc#L515
variable ‘sb’ set but not used [-Wunused-but-set-variable]
|
Build C++20:
passes/techmap/booth.cc#L548
format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
Build C++20:
passes/techmap/booth.cc#L548
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigChunk>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
Loading