This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] Inline DOT_PRODUCT
- From: "THOMAS Paul Richard 169137" <paul dot richard dot thomas at cea dot fr>
- To: <jblomqvi at cc dot hut dot fi>, <stevenb at gcc dot gmail dot com>
- Cc: <fortran at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 27 Feb 2006 09:43:00 +0100
- Subject: Re: [Patch, fortran] Inline DOT_PRODUCT
Janne and Steven,
Having told you that the dot_product patch is compatible with any kind, I have gone and submitted a patch with the constraint still in place!
I am not in a postion to resubmit now. If you want to test the patch, please expunge:
/* Use the library for kind > 8. */
if (expr->ts.kind > 8)
{
gfc_conv_intrinsic_funcall (se, expr);
return;
}
from gfc_conv_intrinisc_dot_product.
Cheers
Paul