On Fri, 18 Jun 2021 at 20:08, Taylor Simpson <tsimp...@quicinc.com> wrote: > > The following changes since commit 3ccf6cd0e3e1dfd663814640b3b18b55715d7a75: > > Merge remote-tracking branch > 'remotes/kraxel/tags/audio-20210617-pull-request' into staging (2021-06-18 > 09:54:42 +0100) > > are available in the git repository at: > > https://github.com/quic/qemu tags/pull-hex-20210618 > > for you to fetch changes up to 13ce2ae03000137e1de8d40ff7ceae46fcb34cd5: > > Hexagon (target/hexagon) remove unused TCG variables (2021-06-18 13:26:07 > -0500) > > ---------------------------------------------------------------- > Fixes for bugs found by inspection and internal testing > Tests added to tests/tcg/hexagon/misc.c >
(Philippe kindly reuploaded your gpg key to a keyserver that I could download it from, so that part is now sorted). This fails the "clang-user" job on gitlab CI: https://gitlab.com/qemu-project/qemu/-/jobs/1385267038 ../target/hexagon/genptr.c:30:20: error: unused function 'gen_read_preg' [-Werror,-Wunused-function] static inline TCGv gen_read_preg(TCGv pred, uint8_t num) ^ (Clang is pickier than gcc about not having unused static inline functions.) thanks -- PMM