summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/long-long-compare-1.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2014-01-03 23:45:56 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2014-01-03 23:45:56 +0000
commitfe644b69d013e77c7fc2db2a9863969d4f564561 (patch)
treea2cb1398bd46b8decaea84f1b7de8c7cd35e6046 /gcc/testsuite/gcc.dg/long-long-compare-1.c
parent90079d10dd355193fe289fa0bfcb0d7be880d45a (diff)
parent04e0495a6da35f3b0bcedbd75908cb6e9ba8ff8f (diff)
downloadgcc-fe644b69d013e77c7fc2db2a9863969d4f564561.tar.gz
Merge in trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@206327 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/long-long-compare-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/long-long-compare-1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/long-long-compare-1.c b/gcc/testsuite/gcc.dg/long-long-compare-1.c
index 2c378602072..e05fcead21f 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);