From a7e8a0c1d0ccb560ca829de0f232abf24a1c7ace Mon Sep 17 00:00:00 2001 From: Oleg Endo Date: Thu, 19 Dec 2013 15:45:35 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/long-long-compare-1.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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); -- 2.47.3