Re: [committed] testsuite: Fix up amx* dg-do run tests with older binutils

2020-09-30 Thread Hongyu Wang via Gcc-patches
Thanks for the fix! I forgot that we don't have builtin check for target-supports.exp. Will update these once we implement AMX with builtins. Jakub Jelinek 于2020年9月30日周三 下午7:51写道: > On Fri, Sep 18, 2020 at 04:31:55PM +0800, Hongyu Wang via Gcc-patches > wrote: > > Very Appreciated for your revi

[committed] testsuite: Fix up amx* dg-do run tests with older binutils

2020-09-30 Thread Jakub Jelinek via Gcc-patches
On Fri, Sep 18, 2020 at 04:31:55PM +0800, Hongyu Wang via Gcc-patches wrote: > Very Appreciated for your review again > > I just update the patch with adding XSAVE dependency and use > __builtin_cpu_supports for runtime test. Several tests FAIL when using older binutils that don't support AMX. F