https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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++
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_
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
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
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
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
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295
Jonathan Wakely changed:
What|Removed |Added
CC||vries at gcc dot gnu.org
--- Comment #
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).
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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69295
David Edelsohn changed:
What|Removed |Added
Target||powerpc-ibm-aix*
Status|UNC
14 matches
Mail list logo