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.greenha...@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.