aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/compat/vector-1_y.c
blob: 284b98c71b2a29297df42d21c7849ffba4b26b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* { dg-options "-w" } */
/* { dg-options "-w -Wno-psabi" { target { i?86-*-* x86_64-*-* } } } */

#ifndef SKIP_ATTRIBUTE

#include "compat-common.h"
#include "vector-defs.h"
#include "vector-check.h"

TEST (8, qi, 101)
TEST (16, qi, 101)
TEST (32, qi, 90)
TEST (2, hi, 201)
TEST (4, hi, 202)
TEST (8, hi, 203)
TEST (16, hi, 203)
TEST (2, si, 301)
TEST (4, si, 302)
TEST (8, si, 303)
TEST (1, di, 401)
TEST (2, di, 402)
TEST (4, di, 403)

#endif