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

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

int i;