This is the mail archive of the gcc-bugs@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]

[Bug fortran/13152] New: Error with matmul


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


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