Re: [PATCH testsuite]Refine scanning string in pr65447.c to support small address offset target

2015-06-03 Thread Bin.Cheng
On Tue, Jun 2, 2015 at 11:40 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On June 2, 2015 5:56:13 AM GMT+02:00, Bin Cheng bin.ch...@arm.com wrote: Hi, On some arm processors, the offset supported in addressing modes is very small. As a result, the dozens of address induction

Re: [PATCH testsuite]Refine scanning string in pr65447.c to support small address offset target

2015-06-02 Thread Bernhard Reutner-Fischer
On June 2, 2015 5:56:13 AM GMT+02:00, Bin Cheng bin.ch...@arm.com wrote: Hi, On some arm processors, the offset supported in addressing modes is very small. As a result, the dozens of address induction variables will be grouped into several groups, rather than only one as on armv7/8. This patch

[PATCH testsuite]Refine scanning string in pr65447.c to support small address offset target

2015-06-01 Thread Bin Cheng
Hi, On some arm processors, the offset supported in addressing modes is very small. As a result, the dozens of address induction variables will be grouped into several groups, rather than only one as on armv7/8. This patch refines scanning string to avoid test failure on such processors. It's