http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25518|0 |1 is obsolete| | --- Comment #34 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-17 12:13:53 UTC --- Created attachment 25520 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25520 revised some bad constraints in the last version (there are some odd cases, like this where it would be nice to be able to force r8..r15). - now this passes everywhere (m32/m64 on D9 and D10). ... not sure how to interpret that presently (likely more asm mistakes on my part). It would be easy if one could write the asm separately - but we're trying to trick the compiler into making the unwind tables etc. ...