Ping for ARM testsuite patch: http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01195.html
This patch is a different approach for the ARM tests that use effective target arm_neon_fp16_ok. It was apparently lost in the thread about an earlier proposal for those tests. The tests that use arm_neon_fp16_ok and add_options_for_arm_neon_fp16 don't require neon, so the patch removes "_neon" from their names. The check itself now skips tests if multilib flags -mfpu or -mfloat-abi are not appropriate, and defines defaults for -mfloat-abi and -mfpu for use in the tests. Tested on arm-none-linux-gnueabi with 43 sets of multilib flags. OK for trunk, and later for 4.6? Janis