riscv / sail-riscv

Sail RISC-V model
https://lists.riscv.org/g/tech-golden-model
Other
433 stars 159 forks source link

Add some missing explicit var declarations #475

Closed Timmmm closed 4 months ago

Timmmm commented 4 months ago

Implicit var declarations will eventually be an error. This makes some implicit var declarations explicit.

github-actions[bot] commented 4 months ago

Test Results

712 tests  ±0   712 :white_check_mark: ±0   0s :stopwatch: ±0s   6 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit b778c3cc. ± Comparison against base commit e1242d85.

Alasdair commented 4 months ago

I need to do a new Sail release soon. Mostly for bug fixes but it will include the --strict-var option that can check for this.