const: bits() for polarfire #422
Annotations
10 warnings
kernel/calc.cc#L75
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
|
kernel/calc.cc#L621
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
kernel/calc.cc#L635
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
kernel/calc.cc#L697
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
kernel/calc.cc#L708
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
kernel/rtlil.cc#L241
unused parameter 'ctx' [-Wunused-parameter]
|
kernel/rtlil.cc#L246
unused parameter 'ctx' [-Wunused-parameter]
|
frontends/ast/simplify.cc#L5325
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
passes/sat/sim.cc#L717
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
passes/sat/sim.cc#L867
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
This job succeeded
Loading