FreeBSD Bugzilla – Attachment 179962 Details for
Bug 217084
lib/msun: clang 4.0 fails to ignore some tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
msun.tests.clang40.diff (text/plain), 613 bytes, created by
Jan Beich
on 2017-02-13 20:44:06 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2017-02-13 20:44:06 UTC
Size:
613 bytes
patch
obsolete
>Index: lib/msun/tests/fmaxmin_test.c >=================================================================== >--- lib/msun/tests/fmaxmin_test.c (revision 313683) >+++ lib/msun/tests/fmaxmin_test.c (working copy) >@@ -115,8 +115,8 @@ testall(int testnum, long double big, long double > } > > /* Clang 3.8.0+ fails the invariants for testcase 6, 7, 10, and 11. */ >-#if defined(__clang__) && \ >- (__clang_major__ >= 3 && __clang_minor__ >= 8 && __clang_patchlevel__ >= 0) >+#if defined(__clang__) && ((__clang_major__ > 3) || \ >+ (__clang_major__ == 3 && __clang_minor__ >= 8)) > #define affected_by_bug_208703 > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217084
: 179962