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:
parent
9fd30fece6
commit
41ad581fd6
@ -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>
|
||||
|
||||
PR rtl-optimization/56348
|
||||
* 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-2.c: Likewise.
|
||||
* gcc.target/arm/interrupt-1.c: Fix for thumb mode.
|
||||
* gcc.target/arm/interrupt-2.c: Likewise.
|
||||
|
||||
2013-02-15 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* { dg-do compile { target "sh*-*-*" } } */
|
||||
/* { dg-options "-O1" } */
|
||||
/* { 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 "shll" 1 } } */
|
||||
/* { dg-final { scan-assembler-times "movt" 4 } } */
|
||||
|
Loading…
Reference in New Issue
Block a user