This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix various x86 avx512{bitalg,vpopcntdq,vbmi2} issues (PR target/83488)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Kirill Yukhin <kirill dot yukhin at gmail dot com>, Uros Bizjak <ubizjak at gmail dot com>
- Cc: "Koval, Julia" <julia dot koval at intel dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 22 Dec 2017 22:20:11 +0100
- Subject: Re: [PATCH] Fix various x86 avx512{bitalg,vpopcntdq,vbmi2} issues (PR target/83488)
- Authentication-results: sourceware.org; auth=none
- References: <4E89A029A0F8D443B436A5167BA3C53F42ACE427@IRSMSX101.ger.corp.intel.com> <20171222123801.GH8636@titus> <20171222184011.GO2353@tucnak>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Dec 22, 2017 at 07:40:11PM +0100, Jakub Jelinek wrote:
> Starting bootstrap/regtest on x86_64-linux and i686-linux right now, ok for
> trunk if it passes?
Bootstrapped/regtested successfully on both.
Jakub