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, Fortran] PR56318 - Fix MATMUL regression


On Thu, Feb 14, 2013 at 3:50 PM, Tobias Burnus <burnus@net-b.de> wrote:
> This patch fixes the matmul bug, which was reported this morning. Seemingly,
> the code never worked correctly.
>
> Regarding the result patch: Mikael and I came independently to the same
> result thus it must be right (or not?); additionally, I tested and found out
> that matrix-scalar/scalar-matrix was mishandled.
>
> Build and regtested on x86-64-gnu-linux.
> OK for the trunk and the 4.6 and 4.7 branches? (I think we can ignore 4.5,
> can we?)

The 4.5 branch is closed.

Richard.

> Tobias
>
> PS: There is another bug, which prevents the simplification in some cases
> (see PR), as it only results in a missed optimization (or reject valid in
> constant expressions), I defer this to another patch.


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