This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/30415] New: MINLOC, MAXLOC missing for integer kinds 1 and 2
- From: "anlauf at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2007 08:34:24 -0000
- Subject: [Bug libfortran/30415] New: MINLOC, MAXLOC missing for integer kinds 1 and 2
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hi,
the following code does not link:
program gfcbug55
integer(kind=1) :: i1(4) = 1
integer(kind=2) :: i2(4) = 1
print *, minloc(i1), minloc(i2) ! These are missing
print *, maxloc(i1), maxloc(i2) ! from libgfortran
end program gfcbug55
Cheers,
-ha
--
Summary: MINLOC, MAXLOC missing for integer kinds 1 and 2
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: anlauf at gmx dot de
GCC host triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30415