> On Sep 17, 2021, at 11:59 AM, Jakub Jelinek <ja...@redhat.com> wrote: > > On Fri, Sep 17, 2021 at 04:55:22PM +0000, Qing Zhao wrote: >> This is the patch to fix gcc.target/i386/auto-init-* tests. >> >> I have tested the change at X86_64-linux with >> >> make check-gcc >> RUNTESTFLAGS='--target_board=unix\{-m64,-m64/-march=skylake-avx512,-m64/-fstack-protector-all,-m64/-fstack-clash-protection,-m32/-mno-sse,-m32/-mtune=bonnell,-m32/-march=bonnell,-m32/-fstack-protector-all/-fstack-clash-protection\} >> i386.exp=auto-init*’ >> >> make check-gcc >> RUNTESTFLAGS='--target_board=unix\{-m64,-m64/-march=skylake-avx512/-fPIC,-m64/-fstack-protector-all/-fPIC,-m64/-fstack-clash-protection/-fPIC,-m32/-mno-sse/-fPIC,-m32/-mtune=bonnell/-fPIC,-m32/-march=bonnell/-fPIC,-m32/-fstack-protector-all/-fstack-clash-protection/-fPIC\} >> i386.exp=auto-init*’ >> >> Everything works fine. >> >> Okay for commit? > > LGTM.
Thank you. I will commit the change soon. For the aarch64 tests, do you have a suggestion on what the option combination I should test? Qing > > Jakub >