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 schnetter at aei dot mpg dot de  2004-04-13 08:23 -------
I sent an illegal programme.  The corrected programme declares c as array, as 
follows: 
 
subroutine a (b, c) 
  implicit none 
  double precision b(10) 
  integer c(1) 
  c = minloc (b, b<0) 
end subroutine a 
 

-- 


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]