const: bits() for polarfire #422
Annotations
93 warnings
test-compile (ubuntu-latest, gcc-10):
kernel/calc.cc#L75
format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘std::vector<Yosys::RTLIL::State>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
test-compile (ubuntu-latest, gcc-10):
kernel/calc.cc#L621
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc-10):
kernel/calc.cc#L635
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc-10):
kernel/calc.cc#L697
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc-10):
kernel/calc.cc#L708
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc-10):
kernel/rtlil.cc#L241
unused parameter ‘ctx’ [-Wunused-parameter]
|
test-compile (ubuntu-latest, gcc-10):
kernel/rtlil.cc#L246
unused parameter ‘ctx’ [-Wunused-parameter]
|
test-compile (ubuntu-latest, gcc-10):
kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc-10):
kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc-10):
kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, clang-14):
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
|
test-compile (ubuntu-latest, clang-14):
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang-14):
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang-14):
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang-14):
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang-14):
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-latest, clang-14):
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-latest, clang-14):
frontends/ast/simplify.cc#L5325
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-latest, clang-14):
passes/sat/sim.cc#L717
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang-14):
passes/sat/sim.cc#L867
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
|
test-compile (ubuntu-22.04, clang-11):
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-22.04, clang-11):
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-22.04, clang-11):
frontends/ast/simplify.cc#L5325
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
passes/sat/sim.cc#L717
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-22.04, clang-11):
passes/sat/sim.cc#L867
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang)
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
test-compile (macos-13, clang)
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
test-compile (macos-13, clang)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated
dependents or dependents with broken linkage!
|
test-compile (macos-13, clang):
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'std::vector<Yosys::RTLIL::State>::size_type' (aka 'unsigned long') [-Wformat]
|
test-compile (macos-13, clang):
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (macos-13, clang):
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (macos-13, clang):
libs/fst/fstapi.cc#L1994
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
test-compile (macos-13, clang):
libs/fst/fstapi.cc#L2619
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
test-compile (macos-13, clang):
libs/fst/fstapi.cc#L3597
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
test-compile (macos-13, clang):
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'std::vector<Yosys::RTLIL::State>::size_type' (aka 'unsigned long') [-Wformat]
|
test-compile (macos-13, clang):
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (macos-13, clang):
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (macos-13, clang):
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (macos-13, clang):
libs/fst/fstapi.cc#L1994
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
test-compile (macos-13, clang):
libs/fst/fstapi.cc#L2619
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
test-compile (macos-13, clang):
libs/fst/fstapi.cc#L3597
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-latest, clang):
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-latest, clang):
libs/fst/fstapi.cc#L5539
variable 'secnum' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, clang):
frontends/ast/simplify.cc#L5325
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
passes/sat/sim.cc#L717
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-latest, clang):
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
test-compile (ubuntu-latest, clang):
libs/fst/fstapi.cc#L5539
variable 'secnum' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, clang):
frontends/ast/simplify.cc#L5325
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-latest, clang):
passes/sat/sim.cc#L717
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L75
format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘std::vector<Yosys::RTLIL::State>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L621
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L635
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L697
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L708
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/rtlil.cc#L241
unused parameter ‘ctx’ [-Wunused-parameter]
|
test-compile (ubuntu-latest, gcc):
kernel/rtlil.cc#L246
unused parameter ‘ctx’ [-Wunused-parameter]
|
test-compile (ubuntu-latest, gcc):
kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc):
kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc):
kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L75
format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘std::vector<Yosys::RTLIL::State>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L621
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L635
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L697
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/calc.cc#L708
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/rtlil.cc#L241
unused parameter ‘ctx’ [-Wunused-parameter]
|
test-compile (ubuntu-latest, gcc):
kernel/rtlil.cc#L246
unused parameter ‘ctx’ [-Wunused-parameter]
|
test-compile (ubuntu-latest, gcc):
kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc):
kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, gcc):
kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
|