------- Comment #15 from pinskia at gcc dot gnu dot org  2008-08-29 06:54 
-------
I think this testcase is too strict in some cases.  With a modified compiler,
we get:
        movb    123(%eax), %dl
        movl    %edx, %esi
...
        movb    120(%eax), %al
        movl    %eax, %esi

Which is correct as far as I can tell, as we only say the lower half of %esi is
defined.  


-- 


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

Reply via email to