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: [PING][PATCH] Fix PR58139 by correctly initializing reg_raw_mode[]


On 08/27/2013 02:00 PM, Peter Bergner wrote:
> I'd like to ping the following patch which fixes a wrong code bug
> on powerpc64-linux due to a lost dependency within the scheduler:
>
>     Fix PR58139 by correctly initializing reg_raw_mode[]
>
>     http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00910.html
>
> H.J., can you please try and SPEC test this patch on Intel to
> make sure we don't regress you?  Thanks.
>
Peter, sorry for the delay.  I was on two week vacation.

The patch is ok for the trunk.

I'd wait for some time (may be 2 weeks) before committing it for gcc-4.8
as it might affect other targets (especially code generation through
regno_reg_rtx).

In perspective, if it works, we could remove get_raw_result_mode and
get_raw_arg_mode hooks used currently only by IA64.

Thanks.


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