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/19329] [3.4 Regression] Miscompilation with bitfields


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-08 18:52 -------
        clr r25  ;  46  ashlqi3/4       [length = 1]

(insn 46 65 49 (set (reg:QI 25 r25 [66])
        (ashift:QI (reg:QI 25 r25 [66])
            (const_int 0 [0x0]))) 57 {ashlqi3} (nil)
    (nil))

So there are two problems here, one a target problem in that it should not be generating a clr for this 
insn.  Two this insn should not be here but that just a misoptimization.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Priority|P2                          |P3
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-08 18:52:50
               date|                            |


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


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