]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disable fmaxmin_test when compiling it with clang 3.8.0
authorngie <ngie@FreeBSD.org>
Thu, 14 Apr 2016 04:40:31 +0000 (04:40 +0000)
committerngie <ngie@FreeBSD.org>
Thu, 14 Apr 2016 04:40:31 +0000 (04:40 +0000)
commitaccce1712baaadd9b0391b853eafb19505a53991
tree7dad78c852d393cccb210ed97759ff511c711250
parente1c7eb93ffb1ea8c807245a8c8d50055e8835d5b
Disable fmaxmin_test when compiling it with clang 3.8.0

The testcase always fails today due to how C11 7.6.1/2 is interpreted
with clang 3.8.0 when combined with "#pragma STDC FENV_ACCESS ON".

This testcase passes with clang <3.8.0 and gcc, so continue testing it
with those compiler combinations

More intelligent discussion on the issue is in the PR

MFC after: never
PR: 208703
Sponsored by: EMC / Isilon Storage Division
lib/msun/tests/Makefile