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: enable hard reg combinations on non-SRC targets


Dale Johannesen <dalej@apple.com> writes:

> On Wednesday, May 15, 2002, at 05:22 PM, Richard Henderson wrote:
>
>> Better that S_R_C, I think we should test CLASS_LIKELY_SPILLED_P
>> for the particular hard register we're combining into.
>>
>> I'll approve a patch that does that.
>
> Bootstrapped and tested on Darwin, and does the right thing for ppc.

This patch breaks Ada on Debian/x86, compiling the run-time library
bails out with an ICE.

It seems that it is no longer possible to compile a return statement
which contains an "abs" operator for a floating point type at
optimization level 2.


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