Re: [patch, fortran] Fix 126386, fix size calculation for reallocation for matmul of rank 2 a and rank 1 b.

Thomas Koenig <[email protected]> Sun, 26 Jul 2026 13:43:08 +0200
Newsgroups gmane.comp.gcc.patches,gmane.comp.gcc.fortran
Message-ID <[email protected]>
Am 26.07.26 um 13:02 schrieb Thomas Koenig:
>      PR fortran/126386
>      * frontend-passes.cc (matmul_lhs_realloc):

... should be

	PR fortran/126386
	* frontend-passes.cc (matmul_lhs_realloc): Fix size calculation of
	A2B1 case.