[Bug target/31507] [4.3 Regression] libffi regression, many.c, closure_fn2/fn3.c with -Os
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 31 15:09:00 GMT 2007
------- Comment #13 from jakub at gcc dot gnu dot org 2007-10-31 15:08 -------
See md.texi:
@cindex @samp{<} in constraint
@item @samp{<}
A memory operand with autodecrement addressing (either predecrement or
postdecrement) is allowed.
And that's for a reason, post_modify here adjusts it by different size than
the size of the mode, so it shouldn't be valid < operand.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31507
More information about the Gcc-bugs
mailing list