https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71734
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2016-07-01 Target Milestone|--- |7.0 Ever confirmed|0 |1 --- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> --- Both tests have simd3.f90:! { dg-additional-options "-mavx" { target avx_runtime } } simd4.f90:! { dg-additional-options "-mavx" { target avx_runtime } } -mavx hides this regression. All those SIMD tests with { dg-additional-options "-mavx" { target avx_runtime } } should also have the counter parts without it so that SSE SIMD tests will run on AVX machines.