aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr104239-2.c
blob: 1bf316f970152a0f3ee20b669e971080a2a9dcc7 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR target/104239 */
/* { dg-do compile } */
/* { dg-options "-O2 -mdejagnu-cpu=power8 -DNO_WARN_X86_INTRINSICS" } */
/* { dg-require-effective-target powerpc_p8vector_ok } */

#if __has_include(<x86gprintrin.h>)
#include <x86gprintrin.h>
#endif

int i;