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/19009] Loading of FP constants into FP reg via SSE reg


------- Additional Comments From uros at kss-loka dot si  2005-01-14 13:08 -------
It looks that the problem with FP compares forcing constant into wrong register
part of this bug is solved. However, register allocator can still be confused
when a variable is initialized to constant value:

grep fldz povray_dump.sse | wc -l
    117
grep fld1 povray_dump.sse | wc -l
    141
grep pxor povray_dump.387 | wc -l
     20

I'll try to provide a small testcase. The testcase (zero.c) attached to this
bugreport is fixed, but anyway I suggest that we reopen this bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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