[PATCH 02/72] qemu/host-utils: Add wrappers for overflow builtins

2021-05-07 Thread Richard Henderson
These builtins came in with gcc 5 and clang 3.8, which are slightly newer than our supported minimum compiler versions. Signed-off-by: Richard Henderson --- include/qemu/host-utils.h | 225 ++ 1 file changed, 225 insertions(+) diff --git a/include/qemu/host-u

Re: [PATCH 02/72] qemu/host-utils: Add wrappers for overflow builtins

2021-05-10 Thread Alex Bennée
Richard Henderson writes: > These builtins came in with gcc 5 and clang 3.8, which are > slightly newer than our supported minimum compiler versions. > > Signed-off-by: Richard Henderson > --- > include/qemu/host-utils.h | 225 ++ > 1 file changed, 225 inse