OSDN Git Service

* gcc.target/bfin/frmul.c (__v2hi): Use short as base type, not itn.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2007 13:24:03 +0000 (13:24 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2007 13:24:03 +0000 (13:24 +0000)
* gcc.target/bfin/arith.c (__v2hi): Likewise.
* gcc.target/bfin/mul-combine.c (__v2hi): Likewise.
* gcc.target/bfin/shift.c (__v2hi): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124377 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/bfin/arith.c
gcc/testsuite/gcc.target/bfin/frmul.c
gcc/testsuite/gcc.target/bfin/mul-combine.c
gcc/testsuite/gcc.target/bfin/shift.c

index 0d00f9b..7a103a1 100644 (file)
@@ -1,3 +1,10 @@
+2007-05-03  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * gcc.target/bfin/frmul.c (__v2hi): Use short as base type, not itn.
+       * gcc.target/bfin/arith.c (__v2hi): Likewise.
+       * gcc.target/bfin/mul-combine.c (__v2hi): Likewise.
+       * gcc.target/bfin/shift.c (__v2hi): Likewise.
+
 2007-05-03  Dorit Nuzman  <dorit@il.ibm.com>
 
        PR tree-optimization/31699
index 211506c..35029ed 100644 (file)
@@ -1,7 +1,7 @@
 extern void abort (void);
 extern void exit (int);
 
-typedef int  __v2hi __attribute ((vector_size(4)));
+typedef short  __v2hi __attribute ((vector_size(4)));
 typedef __v2hi fract2x16;
 typedef short fract16;
 
index 390d02f..61930ba 100644 (file)
@@ -1,7 +1,7 @@
 extern void abort (void);
 extern void exit (int);
 
-typedef int  __v2hi __attribute ((vector_size(4)));
+typedef short  __v2hi __attribute ((vector_size(4)));
 typedef __v2hi fract2x16;
 typedef short fract16;
 
index 59129b5..2a811b3 100644 (file)
@@ -10,7 +10,7 @@
 extern void abort (void);
 extern void exit (int);
 
-typedef int  __v2hi __attribute ((vector_size(4)));
+typedef short  __v2hi __attribute ((vector_size(4)));
 typedef __v2hi fract2x16;
 typedef short fract16;
 
index 1f17883..4a0e917 100644 (file)
@@ -1,7 +1,7 @@
 extern void abort (void);
 extern void exit (int);
 
-typedef int  __v2hi __attribute ((vector_size(4)));
+typedef short  __v2hi __attribute ((vector_size(4)));
 typedef __v2hi fract2x16;
 typedef short fract16;