This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 target/30599] long double declaration rounds to double instead



------- Comment #3 from whaley at cs dot utsa dot edu  2007-06-20 21:52 -------
Turns out the proposed solution of using sqrtl is not portable.  In particular,
all code using it fails to link on Windows using cygwin.  Any idea how to make
this work portably?  I still don't understand why it is OK for a double
accumulator to get an 80-bit sqrt, whereas a long double accumulator gets
rounded.


-- 

whaley at cs dot utsa dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30599


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