https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96246

Nathan Sidwell <nathan at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu.org
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #5 from Nathan Sidwell <nathan at gcc dot gnu.org> ---

FAIL: g++.target/i386/avx512bw-pr96246-2.C   execution test
FAIL: g++.target/i386/avx512vl-pr96246-2.C   execution test


the tests can fail at runtime, because they do not check 
/* { dg-do run { avx512f_runtime } } */

or alternatively use 
 #include "avx512f-check.h"

Reply via email to