On Thu, Nov 09, 2023 at 10:33:40AM +0100, Florian Weimer wrote: > * Jakub Jelinek: > > > On Wed, Nov 08, 2023 at 03:55:17PM +0100, Florian Weimer wrote: > >> * gcc.target/x86_64/abi/avx/avx-check.h (main): Call > >> __builtin_printf instead of printf. > >> * gcc.target/x86_64/abi/avx/test_passing_m256.c > >> (fun_check_passing_m256_8_values): Add missing void return > >> type. > >> * gcc.target/x86_64/abi/avx512f/avx512f-check.h (main): Call > >> __builtin_printf instead of printf. > >> * gcc.target/x86_64/abi/avx512f/test_passing_m512.c > >> (fun_check_passing_m512_8_values): Add missing void return > >> type. > > > > LGTM. > > I should have scrolled down further, there are more fixes required along > the same lines. Still okay?
Yes. Jakub