re PR target/49030 (ICE in get_arm_condition_code, at config/arm/arm.c:17180)
authorGeorg-Johann Lay <avr@gjlay.de>
Fri, 9 Sep 2011 17:00:26 +0000 (17:00 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Fri, 9 Sep 2011 17:00:26 +0000 (17:00 +0000)
PR target/49030
* gcc.dg/torture/pr49030.c: Run only if target int32plus.

From-SVN: r178736

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr49030.c

index e92f513..44ffee1 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-09  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/49030
+       * gcc.dg/torture/pr49030.c: Run only if target int32plus.
+
 2011-09-09  Iain Sandoe  <iains@gcc.gnu.org>
 
        PR target/49614
index 4b078a9..edd0c36 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-require-effective-target int32plus } */
+
 void
 sample_move_d32u24_sS (char *dst, float *src, unsigned long nsamples,
                       unsigned long dst_skip)