This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Testsuite] Fix arm triplets in some testcases.


On 05/06/13 11:32, James Greenhalgh wrote:

Hi,

Some ARM triplets are of the form armv7l-unknown-linux-gnueabihf.

For these arm-*-* will not match, so fix this with arm*-*-*.

Nor will arm*-*-*eabi, so fix this with arm*-*-*eabi*.

Tested with a run of the affected tests on an
armv7l-unknown-linux-gnueabihf target, showing FAIL->PASS.

OK?

Thanks,
James

---
gcc/testsuite

2013-06-05  James Greenhalgh  <james.greenhalgh@arm.com>

	* gcc.dg/fshort-wchar.c: Add extra dg-options for
	arm*-*-*eabi* targets.
	* gcc.dg/tree-ssa/pr42585.c: Change dg-final to catch
	arm*-*-* targets.
	* gcc.dg/tree-ssa/pr43491.c: Likewise.



OK.

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]