On 15/10/14 17:58, Andrew Stubbs wrote:
On 15/10/14 17:34, Jiong Wang wrote:
On 23/09/14 16:22, Stubbs, Andrew wrote:
Maybe the original patch is better? Or maybe it should reconfigure the
FPU instead of erroring out? But reconfigure it to what?
Andrew,
are you still working on this?
a bunch of tests on my local environment failed because of the reason
James mentioned. for example gcc.target/arm/xor-and.c etc.
I can do, but nobody had any suggestions of a better fix.
It seems that the testsuite is broken different ways with and without
neon. I get it running (and failing) NEON tests on multilibs it should
not, and you get it failing non-NEON tests on toolchains configured to
have NEON by default.
I can apply my original patch, if that works better?
Hi Andrew,
if armv6 never co-exist with NEON, personally I think your original patch is
better
because TARGET_NEON generally will be used when all options are processed.
any way, this needs gate keeper's approval.
thanks.
Regards,
Jiong
Andrew