Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/simd/should_run/all.T
    ... ... @@ -175,6 +175,7 @@ test('T26410_ffi'
    175 175
         , [ only_ways(llvm_ways) # SIMD NCG TODO: support 512-bit wide vectors
    
    176 176
           , unless(arch('x86_64') and have_cpu_feature('avx512f'), skip)
    
    177 177
           , extra_hc_opts('-mavx512f -optc -mavx512f -optlc -mcpu=penryn')
    
    178
    +      , when(opsys('mingw32'), fragile(26595))
    
    178 179
           ]
    
    179 180
         , compile_and_run if have_cpu_feature('avx512f') else compile
    
    180 181
         , ['T26410_ffi_c.c'])