This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/887] Math library function "logb" and "nextafter" inconsistent


http://sourceware.org/bugzilla/show_bug.cgi?id=887

--- Comment #25 from Ryan S. Arnold <rsa at us dot ibm.com> 2012-04-25 22:01:13 UTC ---
A GCC fix to allow the fcfid insn to be used on power4 for both 32-bit and
64-bit should correct this problem without needing more cumbersome fixes.

r186387 | meissner | 2012-04-12 13:10:27 -0400 (Thu, 12 Apr 2012) | 16 lines
[gcc]
2012-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
         PR target/52775
         * config/rs6000/rs6000.h (TARGET_FCFID): Add TARGET_PPC_GPOPT to
         the list of options to enable the FCFID instruction.
         (TARGET_EXTRA_BUILTINS): Adjust comment.
[gcc/testsuite]
2012-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
         PR target/52775
         * gcc.target/powerpc/pr52775.c: New file.

I'll verify that this fixes the problem and submit my test-case soon.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]