------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-13 
00:02 -------
I see nothing wrong with the code:
.L139:
#APP
        /* cort start return */

#NO_APP
        mr 3,0
.L137:
--- return
-----
r0 is set before L139

r3 is set before L137:
        li 3,73
        beq- 0,.L137

So no nothing is wrong with the code as far as I can see.

Can you point out where the problem is because I cannot find it?

-- 


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

Reply via email to