aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr96933-3.c
blob: 3e5709ab0d45291dfeb5d0a2cfce726f76cc05dc (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run } */
/* { dg-require-effective-target p8vector_hw } */
/* { dg-options "-O2 -mdejagnu-cpu=power8" } */

/* Test vector constructions with char/short run successfully on Power8.  */

#include <stdlib.h>
#include "pr96933.h"
#include "pr96933-run.h"