From: Oleg Endo Date: Thu, 19 Dec 2013 15:45:35 +0000 (+0000) Subject: long-long-compare-1.c: Don't use deprecated -mcbranchdi option for target sh4-*-*. X-Git-Tag: releases/gcc-4.9.0~1979 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7e8a0c1d0ccb560ca829de0f232abf24a1c7ace;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 62eaaeb4f5b9..039d1f95dcda 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-12-19 Oleg Endo + + * gcc.dg/long-long-compare-1.c: Don't use deprecated -mcbranchdi option + for target sh4-*-*. + 2013-12-19 Tejas Belagod * 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 2c378602072f..e05fcead21fd 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);