aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2013-12-19 15:45:35 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2013-12-19 15:45:35 +0000
commita7e8a0c1d0ccb560ca829de0f232abf24a1c7ace (patch)
tree62a83686896b05b93ccc400369ba163065fe9322 /gcc
parent7baa225d39f48e6761e1e6e8e15249aca79224e6 (diff)
downloadgcc-a7e8a0c1d0ccb560ca829de0f232abf24a1c7ace.zip
gcc-a7e8a0c1d0ccb560ca829de0f232abf24a1c7ace.tar.gz
gcc-a7e8a0c1d0ccb560ca829de0f232abf24a1c7ace.tar.bz2
long-long-compare-1.c: Don't use deprecated -mcbranchdi option for target sh4-*-*.
* gcc.dg/long-long-compare-1.c: Don't use deprecated -mcbranchdi option for target sh4-*-*. From-SVN: r206121
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/long-long-compare-1.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 62eaaeb..039d1f9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-19 Oleg Endo <olegendo@gcc.gnu.org>
+
+ * gcc.dg/long-long-compare-1.c: Don't use deprecated -mcbranchdi option
+ for target sh4-*-*.
+
2013-12-19 Tejas Belagod <tejas.belagod@arm.com>
* gcc.target/aarch64/pmull_1.c: New.
diff --git a/gcc/testsuite/gcc.dg/long-long-compare-1.c b/gcc/testsuite/gcc.dg/long-long-compare-1.c
index 2c37860..e05fcea 100644
--- a/gcc/testsuite/gcc.dg/long-long-compare-1.c
+++ b/gcc/testsuite/gcc.dg/long-long-compare-1.c
@@ -1,8 +1,6 @@
-/* Problem only noticed on SH for -mcbranchdi DImode comparison with constants.
- * Target dependent failure but test valid for alls. */
+/* Problem noticed on SH for DImode comparison with constants.
/* { dg-do run } */
/* { dg-options "-O0" } */
-/* { dg-options "-O0 -mcbranchdi" { target sh4-*-* } } */
extern void abort(void);
extern void exit(int);