]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
long-long-compare-1.c: Don't use deprecated -mcbranchdi option for target sh4-*-*.
authorOleg Endo <olegendo@gcc.gnu.org>
Thu, 19 Dec 2013 15:45:35 +0000 (15:45 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Thu, 19 Dec 2013 15:45:35 +0000 (15:45 +0000)
* gcc.dg/long-long-compare-1.c: Don't use deprecated -mcbranchdi option
for target sh4-*-*.

From-SVN: r206121

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/long-long-compare-1.c

index 62eaaeb4f5b99a8a35d62d6186afeebe5fc9eb8c..039d1f95dcdab2a9448487df6e0d71a3fd13e9cc 100644 (file)
@@ -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.
index 2c378602072f323890cb17850c9a454e3eba8088..e05fcead21fde7072fe86dd498ce4270c3be6ea5 100644 (file)
@@ -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);