aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr59591-1.c
blob: a88c6fd93652548734399ddb09fc2005d7e4d47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* PR tree-optimization/59591 */
/* { dg-do run } */
/* { dg-options "-O2 -fopenmp-simd -mavx2 -fno-vect-cost-model" } */
/* { dg-require-effective-target avx2 } */

#define CHECK_H "avx2-check.h"
#define TEST avx2_test

#include "../../gcc.dg/vect/pr59591-1.c"

#include CHECK_H

static void
TEST (void)
{
  bar ();
}