[PATCH 0/3] qemu/compiler: Remove unused special case code for GCC < 4.8

Philippe Mathieu-Daudé posted 3 patches 3 years, 7 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200928125859.734287-1-philmd@redhat.com
include/qemu/atomic.h   | 17 -----------------
include/qemu/compiler.h | 19 ++++++++-----------
accel/tcg/cpu-exec.c    |  2 +-
3 files changed, 9 insertions(+), 29 deletions(-)
[PATCH 0/3] qemu/compiler: Remove unused special case code for GCC < 4.8
Posted by Philippe Mathieu-Daudé 3 years, 7 months ago
Since commit efc6c070aca we require GCC 4.8 minimum.
Drop the special cases for older versions.

Philippe Mathieu-Daudé (3):
  qemu/compiler: Simplify as all compilers support attribute
    'gnu_printf'
  qemu/atomic: Drop special case for unsupported compiler
  accel/tcg: Remove special case for GCC < 4.6

 include/qemu/atomic.h   | 17 -----------------
 include/qemu/compiler.h | 19 ++++++++-----------
 accel/tcg/cpu-exec.c    |  2 +-
 3 files changed, 9 insertions(+), 29 deletions(-)

-- 
2.26.2