OSDN Git Service

* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / compat / vector-2_y.c
1 /* { dg-options "-w" } */
2
3 #ifndef SKIP_ATTRIBUTE
4
5 #include "compat-common.h"
6 #include "vector-defs.h"
7 #include "vector-check.h"
8
9 TEST (2, sf, 301.0)
10 TEST (4, sf, 302.0)
11 TEST (16, sf, 304.0)
12 TEST (2, df, 402.0)
13
14 #endif