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 java/16132] Invalid double calculations on ARM (FPA)


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-06-22 11:48 -------
Confirmed: doubleToLongBits, doubleToRawLongBits and longBitsToDouble are
assuming that the word endianness of a double matches the word endianness of a
jlong.  This is an incorrect assumption on ARM's using FPA-format IEEE
arithmetic.  (ARM's using VFP float format are fine).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rearnsha at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|i386-linux-gnu              |
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-22 11:48:59
               date|                            |
            Summary|Invalid double calculations |Invalid double calculations
                   |on ARM                      |on ARM (FPA)


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


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