re PR testsuite/38864 (Fixed-point tests under gcc.target/mips are missing the fixed_point target check)

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
This commit is contained in:
Adam Nemet 2009-01-27 07:41:46 +00:00 committed by Adam Nemet
parent 661fe60f8a
commit 8cff583a25
5 changed files with 13 additions and 4 deletions

View 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

View 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 } } */

View 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 } } */

View 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 } } */

View 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 } } */