[Bug middle-end/20249] [4.0/4.1 Regression] ICE with -fprofile-arcs on ppc

2005-03-07 Thread rakdver at gcc dot gnu dot org

--- Additional Comments From rakdver at gcc dot gnu dot org  2005-03-07 
10:29 ---
Patch:

http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00621.html

-- 
   What|Removed |Added

   Keywords||patch


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


[Bug middle-end/20249] [4.0/4.1 Regression] ICE with -fprofile-arcs on ppc

2005-03-06 Thread rakdver at gcc dot gnu dot org

--- Additional Comments From rakdver at gcc dot gnu dot org  2005-03-06 
23:05 ---
This seems to be a cse problem.  The code looks like

(set (reg:si 124) (reg:si 5))
...
(set (reg:si 5) (reg:si 124))
...
(set (reg:di 119) (reg:di 5))
...
(set (reg:di 3) (reg:di 119))

cse propagates the value of reg:si 5 to the last insn

(set (reg:di 3) (reg:si 5))

Which is incorrect since the hard reg is accessed in a different
mode.

-- 


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


[Bug middle-end/20249] [4.0/4.1 Regression] ICE with -fprofile-arcs on ppc

2005-03-02 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-02 
19:35 ---
*** Bug 20289 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||mmazur at kernel dot pl


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