This is the mail archive of the gcc-patches@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]

Re: [patch i386]: Fix sibcall failures caused by allowing constant memories


On Sat, May 31, 2014 at 2:27 PM, Kai Tietz <ktietz70@googlemail.com> wrote:

> I resend patch within new thread.
> Recent fallout about sibcall was caused by using 'm' constraint for
> sibcalls.  By this wrongly combines happened on reload-pass. That
> patch introduces new constraint 'B' for sibcall_memory_operand.
>
> ChangeLog
>
> 2014-05-31  Kai Tietz  <ktietz@redhat.com>
>
>     * constrains.md (define_constrain): New 'B' constraint.

Please make this a two-letter constraint (perhaps "Bs"). We are
already short in single-letter constraints.

I plan to change "z" and "w" @internal constraints to "Bz" and "Bw" to
return these two letters.

Uros.


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