This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/31507] [4.3 Regression] libffi regression, many.c, closure_fn2/fn3.c with -Os



------- Comment #9 from rask at gcc dot gnu dot org  2007-10-31 14:37 -------
Created an attachment (id=14448)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14448&action=view)
patch for testing

This seems to be a simple mismatch between what push_operand() accepts and what
matches the '<' constraint, so reload thinks the destination doesn't match any
of the alternatives and doesn't know how to fix this sort of operand. Please
test this patch on x86_64-apple-darwin8.


-- 

rask at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|jakub at gcc dot gnu dot org|rask at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]