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/14928] [gfortran] minval intrinsic does not understand mask


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-03 18:38 -------
Isn't "MASK=" required?
   subroutine a (b, c) 
     implicit none 
     double precision b(10) 
     integer c(1) 
     c = minloc (b, mask=b<0) 
   end subroutine a 
compiles without problem.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14928


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