diff options
author | Oleg Endo <olegendo@gcc.gnu.org> | 2013-12-19 15:45:35 +0000 |
---|---|---|
committer | Oleg Endo <olegendo@gcc.gnu.org> | 2013-12-19 15:45:35 +0000 |
commit | a7e8a0c1d0ccb560ca829de0f232abf24a1c7ace (patch) | |
tree | 62a83686896b05b93ccc400369ba163065fe9322 /gcc | |
parent | 7baa225d39f48e6761e1e6e8e15249aca79224e6 (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | 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 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); |