"H.J. Lu" writes:
> On Thu, Aug 6, 2015 at 11:19 AM, Richard Sandiford
> wrote:
>> "H.J. Lu" writes:
>>> Since ira_implicitly_set_insn_hard_regs may be called outside of
>>> ira-lives.c, it can't use the local variable, preferred_alternatives.
>>> This patch adds an alternative_mask argument to
On Thu, Aug 6, 2015 at 11:19 AM, Richard Sandiford
wrote:
> "H.J. Lu" writes:
>> Since ira_implicitly_set_insn_hard_regs may be called outside of
>> ira-lives.c, it can't use the local variable, preferred_alternatives.
>> This patch adds an alternative_mask argument to
>> ira_implicitly_set_insn_
"H.J. Lu" writes:
> Since ira_implicitly_set_insn_hard_regs may be called outside of
> ira-lives.c, it can't use the local variable, preferred_alternatives.
> This patch adds an alternative_mask argument to
> ira_implicitly_set_insn_hard_regs.
>
> OK for master and 5 branch if there are no regress
> On Aug 6, 2015, at 1:27 PM, Alan Lehotsky wrote:
>
> I have a funny situation where I’m trying to build a cross compiler for x86
> hosted on x86 where I’d like to use the native headers and libraries.
>
> I tried defining INCLUDE_DEFAULTS, and that didn’t help. The documentation
> say
I have a funny situation where I’m trying to build a cross compiler for x86
hosted on x86 where I’d like to use the native headers and libraries.
I tried defining INCLUDE_DEFAULTS, and that didn’t help. The documentation
says it’s ignored for cross compilers.
Any suggestions, or am I going to