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 middle-end/20222] [AVR] Double load of volatile operand


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-04 20:19 -------
This is a bug in the middle-end:
;; if (ABS_EXPR <xi1> != 1) (void) 0; else goto <L3>;
(insn 29 27 30 (set (reg:HI 44)
        (mem/i:HI (symbol_ref:HI ("xi1") [flags 0x40] <var_decl 0x415784a4 xi1>) [2 xi1+0 S2 A8])) -1 
(nil)
    (nil))

(insn 30 29 31 (set (reg:HI 45)
        (mem/i:HI (symbol_ref:HI ("xi1") [flags 0x40] <var_decl 0x415784a4 xi1>) [2 xi1+0 S2 A8])) -1 
(nil)
    (nil))

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-04 20:19:51
               date|                            |


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


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