[Bug fortran/13152] New: Error with matmul
schnetter at aei dot mpg dot de
gcc-bugzilla@gcc.gnu.org
Fri Nov 21 17:02:00 GMT 2003
The following piece of code cannot be compiled:
subroutine s
implicit none
real a(3,3)
a = matmul(a, matmul(a,a))
end subroutine s
The error is
$ ~/gcc-3.4/bin/gfortran -c matmul.f90
matmul.f90: In function `s':
matmul.f90:4: fatal error: gfc_todo: Not Implemented: Unable to find
scalarization loop specifier
compilation terminated.
--
Summary: Error with matmul
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: schnetter at aei dot mpg dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13152
More information about the Gcc-bugs
mailing list