Skip to content

select.cc: Fix %i when rhs is empty #1318

select.cc: Fix %i when rhs is empty

select.cc: Fix %i when rhs is empty #1318

Triggered via push November 26, 2024 01:41
Status Success
Total duration 35m 3s
Artifacts

test-compile.yml

on: push
pre_job
6s
pre_job
Matrix: test-compile
Fit to window
Zoom out
Zoom in

Annotations

92 warnings
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/rtlil.cc#L946
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang-14): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang-14): frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/rtlil.cc#L946
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc-10): kernel/yosys.cc#L1585
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc-10): kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/rtlil.cc#L946
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-20.04, clang-10): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-20.04, clang-10): frontends/ast/ast.cc#L1032
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L946
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L1184
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L1185
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L946
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang): frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L946
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc): kernel/yosys.cc#L1585
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc): kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L946
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L1184
bitwise operation between different enumeration types ‘Yosys::RTLIL::SelectPartials’ and ‘Yosys::RTLIL::SelectBoxes’ is deprecated [-Wdeprecated-enum-enum-conversion]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L1185
bitwise operation between different enumeration types ‘Yosys::RTLIL::SelectPartials’ and ‘Yosys::RTLIL::SelectBoxes’ is deprecated [-Wdeprecated-enum-enum-conversion]
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#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/rtlil.cc#L946
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (macos-13, clang): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (macos-13, clang): frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
test-compile (macos-13, clang): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/rtlil.cc#L946
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (macos-13, clang): kernel/rtlil.cc#L1184
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
test-compile (macos-13, clang): kernel/rtlil.cc#L1185
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]