[Bug c++/69528] New: s/s390: ext/special_functions/hyperg lots of failures
vogt at linux dot vnet.ibm.com
gcc-bugzilla@gcc.gnu.org
Thu Jan 28 10:45:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69528
Bug ID: 69528
Summary: s/s390: ext/special_functions/hyperg lots of failures
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: vogt at linux dot vnet.ibm.com
CC: krebbel at gcc dot gnu.org
Target Milestone: ---
Target: s390x
The hyperg functions fails to stay inside the tolerance allowed by the new
test. Either the function's precision is not good enough on s390x, or the
allowed tolerance is too small (or both).
(<element of dataset>: <observed delta> <allowed tolerance>)
test(data167, toler167)
2: 4.82864e-13 2.5e-13
3: 2.72942e-13 2.5e-13
test(data171, toler171)
1: 5.15741e-12 2.5e-13
2: 5.87911e-13 2.5e-13
3: 2.05545e-12 2.5e-13
4: 2.78641e-13 2.5e-13
5: 2.78806e-13 2.5e-13
test(data172, toler172)
0: 3.10473e-11 2.5e-13
1: 1.28729e-11 2.5e-13
2: 5.93412e-12 2.5e-13
3: 1.25024e-12 2.5e-13
test(data173, toler173)
0: 1.09304e-12 2.5e-13
1: 8.62418e-13 2.5e-13
test(data197, toler197)
2: 4.82864e-13 2.5e-13
3: 2.72942e-13 2.5e-13
test(data201, toler201)
1: 1.86001e-12 2.5e-13
5: 1.79261e-12 2.5e-13
test(data202, toler202)
0: 2.33009e-12 2.5e-13
1: 3.21576e-12 2.5e-13
3: 5.41507e-13 2.5e-13
4: 4.36366e-13 2.5e-13
5: 4.40273e-13 2.5e-13
test(data203, toler203)
0: 2.15453e-12 2.5e-13
1: 1.90262e-12 2.5e-13
2: 7.14356e-13 2.5e-13
3: 2.58658e-12 2.5e-13
test(data204, toler204)
0: 6.15743e-13 2.5e-13
test(data206, toler206)
0: 1.87073e-10 2.5e-13
1: 6.94984e-12 2.5e-13
2: 9.47298e-12 2.5e-13
3: 3.09248e-12 2.5e-13
4: 5.35958e-13 2.5e-13
6: 5.9891e-13 2.5e-13
test(data207, toler207)
0: 4.38856e-10 2.5e-13
1: 7.63877e-11 2.5e-13
2: 7.72796e-10 2.5e-13
3: 1.09366e-12 2.5e-13
4: 6.68933e-13 2.5e-13
5: 3.71824e-12 2.5e-13
6: 9.15105e-13 2.5e-13
test(data208, toler208)
0: 5.19491e-09 2.5e-13
1: 2.6238e-09 2.5e-13
2: 6.29129e-10 2.5e-13
3: 7.664e-11 2.5e-13
4: 2.08562e-12 2.5e-13
5: 1.79497e-11 2.5e-13
6: 9.40163e-13 2.5e-13
7: 7.14083e-13 2.5e-13
test(data209, toler209)
0: 2.15517e-10 2.5e-13
1: 1.60923e-10 2.5e-13
2: 2.69645e-12 2.5e-13
3: 2.35945e-11 2.5e-13
4: 1.00825e-12 2.5e-13
5: 1.54649e-12 2.5e-13
test(data231, toler231)
1: 5.15741e-12 2.5e-13
2: 5.87911e-13 2.5e-13
3: 2.05545e-12 2.5e-13
4: 2.78641e-13 2.5e-13
5: 2.78806e-13 2.5e-13
test(data232, toler232)
0: 3.10473e-11 2.5e-13
1: 1.28729e-11 2.5e-13
2: 5.93412e-12 2.5e-13
More information about the Gcc-bugs
mailing list