re PR middle-end/54685 ([SH] Improve unsigned int comparison with 0x7FFFFFFF)

PR target/54685
	* gcc.target/sh/pr54685.c: Fix scanning of not insn.

From-SVN: r196092
This commit is contained in:
Oleg Endo 2013-02-15 21:28:26 +00:00
parent 9fd30fece6
commit 41ad581fd6
2 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,17 @@
2013-02-15 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54685
* gcc.target/sh/pr54685.c: Fix scanning of not insn.
2013-02-15 Vladimir Makarov <vmakarov@redhat.com> 2013-02-15 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/56348 PR rtl-optimization/56348
* gcc.target/i386/pr56348.c: New test. * gcc.target/i386/pr56348.c: New test.
2012-02-15 Greta Yorsh <Greta.Yorsh@arm.com> 2013-02-15 Greta Yorsh <Greta.Yorsh@arm.com>
* gcc.target/arm/interrupt-1.c: Fix for thumb mode. * gcc.target/arm/interrupt-1.c: Fix for thumb mode.
* gcc.target/arm/interrupt-2.c: Likewise. * gcc.target/arm/interrupt-2.c: Likewise.
2013-02-15 Tobias Burnus <burnus@net-b.de> 2013-02-15 Tobias Burnus <burnus@net-b.de>

View File

@ -3,7 +3,7 @@
/* { dg-do compile { target "sh*-*-*" } } */ /* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-O1" } */ /* { dg-options "-O1" } */
/* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */ /* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */
/* { dg-final { scan-assembler-not "not" } } */ /* { dg-final { scan-assembler-not "not\[ \t\]" } } */
/* { dg-final { scan-assembler-times "cmp/pz" 7 } } */ /* { dg-final { scan-assembler-times "cmp/pz" 7 } } */
/* { dg-final { scan-assembler-times "shll" 1 } } */ /* { dg-final { scan-assembler-times "shll" 1 } } */
/* { dg-final { scan-assembler-times "movt" 4 } } */ /* { dg-final { scan-assembler-times "movt" 4 } } */