There was a FIXME in multiletter constraints, that required to make them really any number of letters and digits, and also problems in documentation. This patch is about to fix both.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is unacceptable for 3.7. Please go ahead and resubmit against ToT if you'd like it there.
What compatibility are we trying to accomplish here with this?
-eric
Comment Actions
Resubmitted against ToT
GCC inline assembler constraints compatibility. I found it on private backend, where GCC constraints like "A32" were widely used in inline assembler, and it seems now there are no way to use them. So I asked in mailing list and then made this patch.
Comment Actions
This could probably use some tests. If no current upstream port uses the feature though it makes it hard to accept. :(