[patch, testsuite] don't use dg-run in gcc.dg/vect tests

2014-09-25 Thread Sandra Loosemore
While doing some arm-none-eabi testing, I noticed that a bunch of gcc.dg/vect tests were causing the target to hang from trying to execute code compiled with "-mfpu=neon -mfloat-abi=softfp", on a target that doesn't support those instructions. And, this was caused by tests specifying "dg-do ru

Re: [patch, testsuite] don't use dg-run in gcc.dg/vect tests

2014-09-25 Thread Mike Stump
On Sep 25, 2014, at 1:04 PM, Sandra Loosemore wrote: > While doing some arm-none-eabi testing, I noticed that a bunch of gcc.dg/vect > tests were causing the target to hang from trying to execute code compiled > with "-mfpu=neon -mfloat-abi=softfp", on a target that doesn't support those > inst

Re: [patch, testsuite] don't use dg-run in gcc.dg/vect tests

2014-09-25 Thread Sandra Loosemore
On 09/25/2014 02:04 PM, Sandra Loosemore wrote: While doing some arm-none-eabi testing, I noticed that a bunch of gcc.dg/vect tests were causing the target to hang from trying to execute code compiled with "-mfpu=neon -mfloat-abi=softfp", on a target that doesn't support those instructions. And,

Re: [patch, testsuite] don't use dg-run in gcc.dg/vect tests

2014-09-25 Thread Janis Johnson
On 09/25/2014 04:48 PM, Sandra Loosemore wrote: > On 09/25/2014 02:04 PM, Sandra Loosemore wrote: >> While doing some arm-none-eabi testing, I noticed that a bunch of >> gcc.dg/vect tests were causing the target to hang from trying to execute >> code compiled with "-mfpu=neon -mfloat-abi=softfp", o