Skip to content

riscv32 build is broken #57021

@aam

Description

@aam

https://dart-review.googlesource.com/c/sdk/+/392740 broke riscv32 build.

$ tools/build.py -mrelease -asimriscv32 dart gen_snapshot create_sdk
...
../../runtime/vm/compiler/backend/il_riscv.cc:6878:14: error: unused variable 'in_hi' [-Werror,-Wunused-variable]
 6878 |     Register in_hi = in_pair->At(1).reg();
      |              ^~~~~
1 error generated.

This showed up as broken fuzz bot
https://ci.chromium.org/ui/b/8732415745790097697

cc @alexmarkov

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardening

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions