Commit 39e99359 by Steve Ellcey Committed by Steve Ellcey

loongson-shift-count-truncated-1.c: Skip on mips*-mti-linux* and mips*-img-linux* targets.

2015-06-16  Steve Ellcey  <sellcey@imgtec.com>

	* gcc.target/mips/loongson-shift-count-truncated-1.c:
	Skip on mips*-mti-linux* and mips*-img-linux* targets.
	* gcc.target/mips/loongson-simd.c: Ditto.

From-SVN: r224526
parent c04f999f
2015-06-16 Steve Ellcey <sellcey@imgtec.com>
* gcc.target/mips/loongson-shift-count-truncated-1.c:
Skip on mips*-mti-linux* and mips*-img-linux* targets.
* gcc.target/mips/loongson-simd.c: Ditto.
2015-06-16 Richard Biener <rguenther@suse.de> 2015-06-16 Richard Biener <rguenther@suse.de>
* gcc.target/i386/recip-vec-sqrtf-avx.c: Disable unrolling. * gcc.target/i386/recip-vec-sqrtf-avx.c: Disable unrolling.
......
/* Test case for SHIFT_COUNT_TRUNCATED on Loongson. */ /* Test case for SHIFT_COUNT_TRUNCATED on Loongson. */
/* { dg-do run } */ /* { dg-do run { target { ! { mips*-mti-linux* mips*-img-linux* } } } } */
/* loongson.h does not handle or check for MIPS16ness. There doesn't /* loongson.h does not handle or check for MIPS16ness. There doesn't
seem any good reason for it to, given that the Loongson processors seem any good reason for it to, given that the Loongson processors
do not support MIPS16. */ do not support MIPS16. */
......
...@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License ...@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
/* { dg-do run } */ /* { dg-do run { target { ! { mips*-mti-linux* mips*-img-linux* } } } } */
/* loongson.h does not handle or check for MIPS16ness or /* loongson.h does not handle or check for MIPS16ness or
microMIPSness. There doesn't seem any good reason for it to, given microMIPSness. There doesn't seem any good reason for it to, given
that the Loongson processors do not support either. The effective target that the Loongson processors do not support either. The effective target
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment