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: [PATCH] Fix PR19294


On Thursday 20 January 2005 05:11, James A. Morrison wrote:
>  Hi,
>
>   This patch adds m4/transposec.m4 which generates transpose functions
> transpose_c4 and transpose_c8 functions for complex types.  This patch
> has been bootstrapped and regtested on powerpc-linux and sparc-linux with
> no regressions and fixes intrinsics_transpose.f90.  The generated files,
> including the diff to Makefile.in, are attached to the bug.
>
>   Ok for mainline?

Silly me does not understand this bit:

> +        default:
> +          f->value.function.name = PREFIX("transpose");
> +          break;

What are you resolving to here and why?

Gr.
Steven


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