From: tnfchris Date: Tue, 1 Aug 2017 11:41:03 +0000 (+0000) Subject: 2017-08-01 Tamar Christina X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3022a290215d41aafdcbb72350503a3b1990202;p=thirdparty%2Fgcc.git 2017-08-01 Tamar Christina * gcc.target/aarch64/dbl_mov_immediate_1.c: Use conditional assembler scans. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250770 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c9ebc51c2c49..b50c9f049159 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-08-01 Tamar Christina + + * gcc.target/aarch64/dbl_mov_immediate_1.c: + Use conditional assembler scans. + 2017-08-01 Uros Bizjak PR target/81641 diff --git a/gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c b/gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c index e8dd01db0561..cfe8c9e993e9 100644 --- a/gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c +++ b/gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c @@ -46,8 +46,11 @@ double d4(void) /* { dg-final { scan-assembler-times "fmov\td\[0-9\]+, 1\\\.5e\\\+0" 1 } } */ -/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 25838523252736" 1 } } */ -/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 48" 1 } } */ -/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, -9223372036854775808" 1 } } */ +/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 25838523252736" 1 { target aarch64-*-* } } } */ +/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 48" 1 { target aarch64-*-* } } } */ +/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, -9223372036854775808" 1 { target aarch64-*-* } } } */ +/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 6016" 1 { target aarch64_be-*-* } } } */ +/* { dg-final { scan-assembler-times "movk\tx\[0-9\]+, 0x40fe, lsl 16" 1 { target aarch64_be-*-* } } } */ +/* { dg-final { scan-assembler-times "mov\tx\[0-9\]+, 2147483648" 1 { target aarch64_be-*-* } } } */ /* { dg-final { scan-assembler-times "fmov\td\[0-9\]+, x\[0-9\]+" 2 } } */