OSDN Git Service

Merge tree-ssa-20020619-branch into mainline.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / splet-1.c
1 /* Test inl-sparc.h.  */
2
3 /* { dg-do run { target sparclet-*-* } } */
4 /* { dg-options -mcpu=sparclet } */
5
6 #include <inl-sparc.h>
7
8 main ()
9 {
10   int a,b;
11
12   a = scan (1, 2);
13   if (a != 3)
14     abort ();
15
16   b = shuffle (4, 5);
17   if (b != 6)
18     abort ();
19
20   exit (0);
21 }