mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:00:26 +08:00
re PR testsuite/87433 (gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c tests fail after combine two to two instruction patch on aarch64)
2018-09-28 Steve Ellcey <sellcey@cavium.com> PR testsuite/87433 * gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions instead of 4. From-SVN: r264692
This commit is contained in:
parent
259cd78a20
commit
a8b4e6c45a
@ -1,3 +1,9 @@
|
||||
2018-09-26 Steve Ellcey <sellcey@cavium.com>
|
||||
|
||||
PR testsuite/87433
|
||||
* gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions
|
||||
instead of 4.
|
||||
|
||||
2018-09-28 Steve Ellcey <sellcey@cavium.com>
|
||||
|
||||
PR testsuite/87433
|
||||
|
@ -45,5 +45,5 @@ main (int argc, char **argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-times "asr" 4 } } */
|
||||
/* { dg-final { scan-assembler-times "asr" 3 } } */
|
||||
/* { dg-final { scan-assembler-not "extr\t" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user