view gcc/testsuite/g++.dg/vect/simd-10.cc @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line source

// PR tree-optimization/91010
// { dg-do compile }
// { dg-require-effective-target size32plus }
// { dg-additional-options "-fopenmp-simd -fno-tree-forwprop" }
// { dg-additional-options "-mavx" { target avx_runtime } }
// { dg-final { scan-tree-dump-times "vectorized \[1-3] loops" 2 "vect" { target i?86-*-* x86_64-*-* } } }

#include "simd-5.cc"