This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/30533] minval, maxval missing for kind=1 and kind=2
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2007 21:07:22 -0000
- Subject: [Bug libfortran/30533] minval, maxval missing for kind=1 and kind=2
- References: <bug-30533-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from tkoenig at gcc dot gnu dot org 2007-01-31 21:07 -------
Created an attachment (id=12990)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12990&action=view)
patch for minval and maxval
Here's a solution for minval and maxval.
I'm not yet sure how to deal with matmul, wether by
converting its arguments or by creating kind=1 and
kind=2 versions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30533