[Bug c/32923] [4.3.0 Regression] too many memory references for `lea'

rask at sygehus dot dk gcc-bugzilla@gcc.gnu.org
Sat Jul 28 09:00:00 GMT 2007



------- Comment #4 from rask at sygehus dot dk  2007-07-28 09:00 -------
This is not a GCC bug. The part that fails is broken, inline asm:

#APP
# 173 "include/asm/string.h" 1
        movb %al,%ah
1:      lodsb
        cmpb %ah,%al
        jne 2f
        leal -1(%esi),20(%esp)
2:      testb %al,%al
        jne 1b
# 0 "" 2
#NO_APP

Please take this up with whoever supplied you with include/asm/string.h.


-- 


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



More information about the Gcc-bugs mailing list