comparison gcc/testsuite/gcc.dg/torture/vshuf-v16hi.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* { dg-do run } */
2 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
3 /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
4 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
5 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
6
7 typedef unsigned short V __attribute__((vector_size(32)));
8 typedef V VI;
9
10 #include "vshuf-16.inc"
11 #include "vshuf-main.inc"