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 rtl-optimization/17099] [3.5 Regression] Bootstrap failure on powerpc64-redhat-linux


------- Additional Comments From jakub at gcc dot gnu dot org  2004-08-19 16:37 -------
I think the bug is in combine.c (force_to_mode).
force_to_mode (
(subreg:DI (ior:SI (lshiftrt:SI (reg:SI 125)
            (const_int 31 [0x1f]))
        (subreg/s:SI (reg:DI 134 [ iftmp.1 ]) 4)) 0)
, DImode, 3, 0, 0)
returns
(ior:DI (lshiftrt:DI (subreg:DI (reg:SI 125) 0)
        (const_int 31 [0x1f]))
    (reg:DI 134 [ iftmp.1 ]))


-- 


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


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