public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/30415]  New: MINLOC, MAXLOC missing for integer kinds 1 and 2
@ 2007-01-09  8:34 anlauf at gmx dot de
  2007-01-09 20:46 ` [Bug libfortran/30415] " tkoenig at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: anlauf at gmx dot de @ 2007-01-09  8:34 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-18 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-09  8:34 [Bug libfortran/30415] New: MINLOC, MAXLOC missing for integer kinds 1 and 2 anlauf at gmx dot de
2007-01-09 20:46 ` [Bug libfortran/30415] " tkoenig at gcc dot gnu dot org
2007-01-09 21:30 ` tkoenig at gcc dot gnu dot org
2007-01-11 20:33 ` tkoenig at gcc dot gnu dot org
2007-01-18 21:57 ` tkoenig at gcc dot gnu dot org
2007-01-18 21:58 ` tkoenig at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).