RE: [PATCH, ARM, testsuite] Improve scd42-1.c for UAL

2015-01-25 Thread Terry Guo
PATCH, ARM, testsuite] Improve scd42-1.c for UAL > > On Thu, Jan 15, 2015 at 12:10 PM, Tony Liu wrote: > > Hi, > > > > This is the patch to improve the test case gcc.target/arm/scd42-1.c > > for both UAL and non-UAL. It now checks UAL format assembly code for > >

Re: [PATCH, ARM, testsuite] Improve scd42-1.c for UAL

2015-01-23 Thread Ramana Radhakrishnan
On Thu, Jan 15, 2015 at 12:10 PM, Tony Liu wrote: > Hi, > > This is the patch to improve the test case gcc.target/arm/scd42-1.c for both > UAL and non-UAL. It now checks UAL format assembly code for Thumb1 and > Thumb2 while non-UAL format assembly code for ARM mode. OK. Ramana > > With this pa

Ping: [PATCH, ARM, testsuite] Improve scd42-1.c for UAL

2015-01-22 Thread Tony Liu
Ping -Original Message- From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org] On Behalf Of Tony Liu Sent: Thursday, January 15, 2015 8:10 PM To: gcc-patches@gcc.gnu.org Cc: Ramana Radhakrishnan; Richard Earnshaw Subject: [PATCH, ARM, testsuite] Improve scd42-1.c for

[PATCH, ARM, testsuite] Improve scd42-1.c for UAL

2015-01-15 Thread Tony Liu
Hi, This is the patch to improve the test case gcc.target/arm/scd42-1.c for both UAL and non-UAL. It now checks UAL format assembly code for Thumb1 and Thumb2 while non-UAL format assembly code for ARM mode. With this patch, the test passes for both cases. Thanks, Tony 2015-01-15 Tony Liu