mirror of git://gcc.gnu.org/git/gcc.git
pr54089-3.c: Fix test for load of constant 31.
* gcc.target/sh/pr54089-3.c: Fix test for load of constant 31. From-SVN: r203859
This commit is contained in:
parent
6eb793dd0f
commit
c6436d74cc
|
|
@ -1,3 +1,7 @@
|
|||
2013-10-19 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
* gcc.target/sh/pr54089-3.c: Fix test for load of constant 31.
|
||||
|
||||
2013-10-18 Cong Hou <congh@google.com>
|
||||
|
||||
* gcc.dg/vect/pr58508.c: New test.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
/* { dg-options "-O1" } */
|
||||
/* { dg-skip-if "" { "sh*-*-*" } { "*" } { "-m1*" "-m2" "-m2e*" } } */
|
||||
/* { dg-final { scan-assembler-not "and" } } */
|
||||
/* { dg-final { scan-assembler-not "31" } } */
|
||||
/* { dg-final { scan-assembler-not "#31" } } */
|
||||
|
||||
int
|
||||
test00 (unsigned int a, int* b, int c, int* d, unsigned int e)
|
||||
|
|
|
|||
Loading…
Reference in New Issue