This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix PR libfortran/21926 matmul does not deal with non-packedresult
Thomas Koenig wrote:
> On Tue, Jun 07, 2005 at 12:45:18PM +0200, Tobias Schlüter wrote:
>
>>Thomas Koenig wrote:
>>
>>>This has been regression-tested on mainline. OK?
>>>
>>>This patch doesn't apply cleanly with 4.0, because of a cast
>>>intrduced for cleanup, but the port is straightforward.
>>>
>>>OK to apply the equivalent patch once the 4.0 branch reopens?
>>
>>Both ok.
>
>
> Committed to 4.1, thanks.
>
>
>>I haven't understood how the 43 and 44 in the result came about.
>>Can you explain that, please?
[ careful explanation elided ]
> The result was then added to the correct elements, so we had
Woops, yes of course that makes sense -- same reason why we're zeroing it in
the first place.
- Tobi