qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH for-8.0 v2 0/3] Fixes for GCC13


From: Cédric Le Goater
Subject: [PATCH for-8.0 v2 0/3] Fixes for GCC13
Date: Tue, 21 Mar 2023 17:16:06 +0100

Hello,

I activated a GH workflow using fedora rawhide and found out that
there were a couple of compile breakage with the new GCC. Here are
fixes, the first requiring more attention.

Thanks,

C. 

Changes in v2:

 - replaced helper routine by pragmas in util/async.c to suppress GCC
   warning

Cédric Le Goater (3):
  async: Suppress GCC13 false positive in aio_bh_poll()
  target/s390x: Fix float_comp_to_cc() prototype
  target/ppc: Fix helper_pminsn() prototype

 target/s390x/s390x-internal.h |  3 ++-
 target/ppc/excp_helper.c      |  2 +-
 util/async.c                  | 13 +++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]