This is the mail archive of the gcc@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: lower-subreg and IBM long double


On Mon, Jun 10, 2013 at 8:26 PM, Alan Modra <amodra@gmail.com> wrote:

> The following patch disables lower-subreg for double double TFmode,
> bootstrap and regression tests are OK, but I'm a little unsure whether
> this is the right thing to do.
>
>         * rs6000.c (TARGET_INIT_LOWER_SUBREG): Define.
>         (rs6000_init_lower_subreg): New function.
>         * lower-subreg.c (init_lower_subreg): Call targetm.init_lower_subreg.
>         * target.def (init_lower_subreg): New.
>         * doc/tm.texi.in (TARGET_INIT_LOWER_SUBREG): Document.
>         * doc/tm.texi: Regenerate.

I agree with the rs6000 bits.  You need someone else to approve the
common bits.  This also needs a testcase.

Thanks, David


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