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 c++/12828] -floop-optimize is unstable on PowerPC (float to int conversion problem)


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
            Summary|-floop-optimize is unstable |-floop-optimize is unstable
                   |on PowerPC                  |on PowerPC (float to int
                   |                            |conversion problem)


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-29 18:01 -------
Looks like some how this insn is being splitted up:
(insn 164 117 166 0x0 (parallel [
            (set (reg:DF 127)
                (unsigned_float:DF (reg/v:SI 122)))
            (use (reg:SI 128))
            (use (reg:DF 129))
            (clobber (mem:DF (plus:SI (reg/f:SI 30 r30)
                        (reg:SI 141)) [0 S8 A8]))
            (clobber (reg:DF 130))
        ]) -1 (nil)
    (expr_list:REG_EQUAL (unsigned_float:DF (reg/v:SI 122))
        (nil)))


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