[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #12 from Jonathan Wakely --- Author: redi Date: Wed Jan 27 15:09:38 2016 New Revision: 232879 URL: https://gcc.gnu.org/viewcvs?rev=232879&root=gcc&view=rev Log: Set FP options for failing special functions tests PR libstdc++

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #11 from Jonathan Wakely --- (In reply to Jakub Jelinek from comment #10) > Does -ffloat-store help on ppc64 though? I believe that target doesn't have > excess precision... Perhaps fma is used somewhere (can you objdump -dr > check_

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #10 from Jakub Jelinek --- Does -ffloat-store help on ppc64 though? I believe that target doesn't have excess precision... Perhaps fma is used somewhere (can you objdump -dr check_value.exe | grep madd ?)? No idea if it is possible

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #9 from Jonathan Wakely --- On big-endian ppc64 ext/special_functions/hyperg/check_value.cc these tests fail: data167, toler167 on line 11579 max_abs_frac = 4.82864e-13 data171, toler171 on line 11579 max_abs_frac = 5.15741e-12 dat

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #8 from Jakub Jelinek --- On i686-linux, it is clearly a matter of excess precision that sometimes substantially changes the result. With -mfpmath=sse -msse2 or -ffloat-store it passes. The abs errors for various tests that fail are

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #6 from Jonathan Wakely --- It's arguable whether this should be marked as a regression, as it's new code and new tests, so the tests wouldn't even compile before gcc6.

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 Jonathan Wakely changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Comment #

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #4 from Jakub Jelinek --- FAIL: ext/special_functions/hyperg/check_value.cc execution test seen also on i686-linux (dunno about x86_64, that is still doing make check).

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 --- Comment #3 from Jonathan Wakely --- Apparently ext/special_functions/hyperg/check_value.cc is also failing on i686.

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 Jonathan Wakely changed: What|Removed |Added CC||emsr at gcc dot gnu.org --- Comment #2

[Bug libstdc++/69295] [6 Regression] New special math function failures

2016-01-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295 David Edelsohn changed: What|Removed |Added Target||powerpc-ibm-aix* Status|UNC