]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/38864 (Fixed-point tests under gcc.target/mips are missing the fixed_...
authorAdam Nemet <anemet@caviumnetworks.com>
Tue, 27 Jan 2009 07:41:46 +0000 (07:41 +0000)
committerAdam Nemet <nemet@gcc.gnu.org>
Tue, 27 Jan 2009 07:41:46 +0000 (07:41 +0000)
PR testsuite/38864
* gcc.target/mips/fixed-vector-type.c: Add { target { fixed_point} }
to dg-do compile.
* gcc.target/mips/fixed-scalar-type.c: Likewise.
* gcc.target/mips/dpaq_sa_l_w.c: Likewise.
* gcc.target/mips/dpsq_sa_l_w.c: Likewise.

From-SVN: r143694

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/dpaq_sa_l_w.c
gcc/testsuite/gcc.target/mips/dpsq_sa_l_w.c
gcc/testsuite/gcc.target/mips/fixed-scalar-type.c
gcc/testsuite/gcc.target/mips/fixed-vector-type.c

index 89c32e50df64f01dbb20e4198381b3d8362de325..7718c9187e3a4dd771a672f6408814ea49b7f16f 100644 (file)
@@ -1,3 +1,12 @@
+2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
+
+       PR testsuite/38864
+       * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point}
+       to dg-do compile.
+       * gcc.target/mips/fixed-scalar-type.c: Likewise.
+       * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
+       * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
+
 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/38952
index d1812c16520643e8ed3e70b023de4811b50ce3c6..87d1da98cb524ccfa30be1da8f9a243157676971 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { fixed_point } } } */
 /* { dg-options "-O2 -mgp32 -mdsp" } */
 /* { dg-final { scan-assembler-times "\tdpaq_sa.l.w\t\\\$ac" 3 } } */
 
index 849bd923261376f733eb6b2df0f0e3b1f5112bce..9aeb5667acff9150ac3c72f93ce2d733068e7a0c 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { fixed_point } } } */
 /* { dg-options "-O2 -mgp32 -mdsp" } */
 /* { dg-final { scan-assembler-times "\tdpsq_sa.l.w\t\\\$ac" 2 } } */
 
index a2e2fbfefe305d0085e5b8d2caa5b70c8a4fde93..b4734f4d5224b6c51acfa48763493c5c2d421dc7 100644 (file)
@@ -1,5 +1,5 @@
 /* Test scalar fixed-point instructions */
-/* { dg-do compile } */
+/* { dg-do compile { target { fixed_point } } } */
 /* { dg-options "-mdspr2 -O2" } */
 /* { dg-final { scan-assembler-times "\taddu\t" 10 } } */
 /* { dg-final { scan-assembler-times "\tsubu\t" 10 } } */
index 2fb16aa1d07f7ab36ee48ecb0c3961d1d529168a..9b67704794fa108a286284d5ea3664bec700c0b5 100644 (file)
@@ -1,5 +1,5 @@
 /* Test vector fixed-point instructions */
-/* { dg-do compile } */
+/* { dg-do compile { target { fixed_point } } } */
 /* { dg-options "-mdspr2 -O2" } */
 /* { dg-final { scan-assembler-times "\taddq_s.ph\t" 2 } } */
 /* { dg-final { scan-assembler-times "\tsubq_s.ph\t" 2 } } */