Commit a7e8a0c1 by Oleg Endo

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
parent 7baa225d
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> 2013-12-19 Tejas Belagod <tejas.belagod@arm.com>
* gcc.target/aarch64/pmull_1.c: New. * gcc.target/aarch64/pmull_1.c: New.
......
/* Problem only noticed on SH for -mcbranchdi DImode comparison with constants. /* Problem noticed on SH for DImode comparison with constants.
* Target dependent failure but test valid for alls. */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O0" } */ /* { dg-options "-O0" } */
/* { dg-options "-O0 -mcbranchdi" { target sh4-*-* } } */
extern void abort(void); extern void abort(void);
extern void exit(int); extern void exit(int);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment